We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a7b7f commit 45943d2Copy full SHA for 45943d2
1 file changed
Dockerfile_dev
@@ -60,4 +60,4 @@ RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpy
60
WORKDIR /home/jovyan
61
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62
WORKDIR /home/jovyan/netpyne_workspace
63
-CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
+CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"
0 commit comments