Peter Parente
Peter Parente
The nbserver files have been the culprit in the past. Did you restart the live notebook server after the cleanup? I'll try to reproduce here with the latest version.
> It may make more sense in the end to build a JupyterHub deployment that works with ownCloud / Nextcloud / etc. than to build and maintain our own sharing...
@bollwyvl Thanks for putting this together. This would have been immensely helpful when bootstrapping the incubator projects as extensions. I know what we did there is still not ideal and...
> When I do Download as > Jupyter Dashboard Server bundle (.zip) it just downloads an .ipynb and I think, its the original notebook in the first place. When there's...
I believe maintaining the docker-stacks got significantly better once we outlined the scope of the project and how the community could contribute (e.g., [recipes](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html) and [how to contribute them](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/recipes.html), [community...
Bah. I went looking for an issue, but failed to notice PR #64. Feel free to do what you want with this PR vs that one.
@stevenstetzler Symlinking sounds like a reasonable fallback if mv fails. If you'd like to submit a PR, we can get it reviewed and tested to merge. Thanks!
spark-deep-learning is available on sparkpackages.org which means it can be dynamically added to a notebook at SparkContext creation time. I think there's already a generic recipe for using packages from...
This issue has been idle for some time but I'd like to leave it open as low-hanging fruit for someone looking to contribute to the project by improving upon the...
Adding a file (bash_aliases, bashrc in skel, etc.) at build time to make the prompt prettier sounds good to me. If we copy a custom`/etc/skel/.bashrc` into the image before `adduser`...