JULIA_DEPOT_PATH
is set to /opt/.julia
. This default setting means that any additional Julia packages installed will be
stored at the system level, and therefore will not persist between sessions. To persist additional packages, caches, configs, and other Julia
updates, they must be saved at the user level (e.g. /home/jovyan/.julia
). This can be done by updating the depot path:
Project.toml
or
Manifest.toml
in your working directory, as these project dependencies may conflict with pre-installed packages and cause the kernel
to fail. If you are still having trouble, try restarting your session. If the problem continues to persist,
please contact us.
xeus-cling
Jupyter kernel. This kernel, built on the robust C++ interpreter cling
and the native implementation of the Jupyter
protocol xeus
, facilitates interactive C++ programming directly within Jupyter notebooks.
Environments that support C++ software packages are marked with the c++
tag.