We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ce696 commit d0b4f5dCopy full SHA for d0b4f5d
1 file changed
run.py
@@ -3,11 +3,6 @@
3
"""
4
import sys
5
import os
6
-import shutil
7
-
8
-path = "/home/user/NetPyNE-UI/workspace/NetPyNEShowcase/NeuroML2/tmp"
9
-if os.path.exists(path):
10
- shutil.rmtree(path)
11
12
from notebook.notebookapp import NotebookApp
13
from jupyter_geppetto import settings
0 commit comments