Skip to content
Snippets Groups Projects

Feat jupyterlab

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/feat-jupyterlab into master
6 files
+ 22
22
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
3
@@ -4,10 +4,10 @@
cd "${HOME}"
module reset
#
# Start Jupyter Notebook Server
# Start JupyterLab Server
#
module load Anaconda3
<%= context.custom_environment %>
unset XDG_RUNTIME_DIR
# Launch the Jupyter Notebook Server
jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
# Launch the JupyterLab Server
jupyter-lab --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
Loading