clean up startup
This commit is contained in:
parent
f0160fe0ce
commit
b07c51616c
@ -6,7 +6,7 @@ import subprocess
|
||||
|
||||
# Start the local mongodb as a background task
|
||||
binder_folder = os.path.join(os.getcwd(), 'binder')
|
||||
subprocess.Popen(['init'], shell=True, cwd=binder_folder, close_fds=True)
|
||||
subprocess.run(['init'], shell=True, cwd=binder_folder)
|
||||
|
||||
# Launch Jupyter
|
||||
argv = sys.argv[1:]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user