softwareunderground / geo-docker

A docker image fully loaded with Geo* & ML related packages
Other
13 stars 5 forks source link

Jupyter lab #4

Closed ahartikainen closed 6 years ago

ahartikainen commented 6 years ago

This/Notebook + some script to autostart on the current folder (sharing it to Docker) would be amazing.

stevejpurves commented 6 years ago

I have a only just started using jupyter lab and I definitely want it. right now just launching the default docker, starts the notebook.

I always use the makefile so get the local folder sharig by default make notebook I guess people pulling from dockerhub don't get access to the makefile though. I guess we could like to a script in the docs as well as document the voodoo for the auto launch.

so could of things to do here:

Also should we consider putting docker hub on here and having 3 options notebook / lab / hub?

ahartikainen commented 6 years ago

if jupyterlab is installed one can probably access it with localhost/notebook --> localhost/lab (if you get the idea).

Also notebooks needs stuff enabled (javascript, inline plotting, labextensions)

stevejpurves commented 6 years ago

is added in https://github.com/softwareunderground/subsurface-ml-docker FTW!