We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c198e commit b1f725dCopy full SHA for b1f725d
1 file changed
Dockerfile
@@ -11,4 +11,4 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widg
11
WORKDIR /home/jovyan
12
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
13
WORKDIR /home/jovyan/netpyne_workspace
14
-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