You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice package, I could see this useful for writing journal articles. I was running into a few issues when converting Pluto.jl notebooks:
The Pluto.jl @bind macro isn't in scope so notebooks with code lines using it throw:
notebooktolatex("MyNotebook.jl",template=:book)
ERROR: LoadError: UndefVarError:@bind not defined
Similarly the environment/package setup within a pluto notebook isn't activated, so these have to be manually added in the working julia environment. Seems like somewhere before this function call:
you should be able to use Pluto.activate_notebook_environment("MyNotebook.jl") to achieve configuring the environment if Pluto is added as a dependency.
The text was updated successfully, but these errors were encountered:
Nice package, I could see this useful for writing journal articles. I was running into a few issues when converting Pluto.jl notebooks:
@bind
macro isn't in scope so notebooks with code lines using it throw:NotebookToLaTeX.jl/src/NotebookToLaTeX.jl
Line 56 in 841a022
Pluto.activate_notebook_environment("MyNotebook.jl")
to achieve configuring the environment if Pluto is added as a dependency.The text was updated successfully, but these errors were encountered: