You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a JupyterGenerator class which, if there is a .ipynb file in the folder, in the generated Dockerfile installs the jupyter Python package and runs the notebook server (CMD instruction).
Implement a
JupyterGeneratorclass which, if there is a.ipynbfile in the folder, in the generated Dockerfile installs thejupyterPython package and runs the notebook server (CMDinstruction).