Using a local unregistered package #2235
Unanswered
yha
asked this question in
Questions about using Pluto
Replies: 1 comment
-
#2245 would allow this if/when implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use a local unregistered package in a notebook.
One way to do it is using an environment outside the notebook as described here https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management#pattern-the-shared-environment, but I would prefer to have the environment embedded in each notebook, except for the need for a copy of the local package. Is there a way to achieve this?
(I thought I can do it using
Pluto.activate_notebook_environment
. But it seems that if I don't manually manage packages in the notebook, any changes made this way from the REPL are immediately overwritten by Pluto's package manager.)Beta Was this translation helpful? Give feedback.
All reactions