Replies: 1 comment 1 reply
-
Instead of going the Nerves route, what you can do is to install the packages you plan to use on the machines and then set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried pre-loading some of the mix-install libraries which are used inside a notebook.
The use case is that the a livebook could run inside a closed-network - without access to the "outside" internet - and thus mix would not be able to get library-dependencies (classroom setup / lab setup).
I saw that this could be done - as per nerves ( https://github.com/livebook-dev/nerves_livebook/blob/main/mix.exs) - but my attempt failed.
I tried:
During execution however, it seems the modules are not getting loaded in the notebook-context and the modules can not be found.
I am getting an:
"** (UndefinedFunctionError) function :module.function/1 is undefined (module :module is not available)"
Kind regards,
Fabian
Beta Was this translation helpful? Give feedback.
All reactions