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
While trying to render this notebook, I had the following issues:
The packages are not installed by the notebook itself (I had to install them in the make.jl file). Probably this is a feature to avoid installing packages repeatedly for each notebook, but should probably be an option, as it breaks the self-consistency of the notebook.
The cell order matters. Specifically, in the notebook I ran, for example, using Unitful in cells at the end of the notebook. That does not seem to work.
A latex equation that is in the notebook was not rendered:
The math description is there, thanks. The use_distributed is only documented to run or not the notebooks in parallel, so if it has an effect on the installation, that's not clear.
Have a nice vacation (don't worry about this, it is not urgent :-) ) .
Sorry that’s not properly documented indeed but it should definitely have an effect. With use_distributed, Pluto will spawn separate Julia environments in different threads, and manage these environments (including installing packages).
While trying to render this notebook, I had the following issues:
The packages are not installed by the notebook itself (I had to install them in the
make.jl
file). Probably this is a feature to avoid installing packages repeatedly for each notebook, but should probably be an option, as it breaks the self-consistency of the notebook.The cell order matters. Specifically, in the notebook I ran, for example,
using Unitful
in cells at the end of the notebook. That does not seem to work.A latex equation that is in the notebook was not rendered:
Should be:
How it was rendered:
ander.jl.zip
The text was updated successfully, but these errors were encountered: