-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to mount a local directory? #25
Comments
Seems like this is not being updated anymore. May I help? 🙋 I can have a look, because atm it is something I would highly appreciate given the fact that I am using a rapidly changing code base which is mounted into my docker. Without an attachment these do not get updated. Thus everytime the code base is updated I need to ➡️ delete the kernel ➡️ build a new docker image ➡️ register new image as jupyter kernel using dockernel. Something else annoying is, that the display_name may be set correctly, but not the file name. This means that I have to delete a generic id in the Cheers and thx @MrMino for the nice tool! |
Nevermind my comment on "cannot simply automate". For the moment I am using this .sh bash script
|
@FalcoAlitiq You are free to send PRs :) But I cannot vouch for when I'll have time to review. The simpler the changes are - the higher the probability I'll be able to do something sensible with this project. At the moment I don't have the time this project would need / deserve. |
IIRC adding this feature requires adding the |
How can I mount a local directory to the kernel? Normally I'd use the "docker run -v" switch. But how to do this with dockernel? Thx.
The text was updated successfully, but these errors were encountered: