We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94be54 commit dc03165Copy full SHA for dc03165
binder/start
@@ -6,7 +6,7 @@ import subprocess
6
7
# Start the local mongodb as a background task
8
binder_folder = os.path.join(os.getcwd(), 'binder')
9
-subprocess.check_call(['init'], shell=True, cwd=binder_folder)
+subprocess.check_call(['bash', 'init'], shell=True, cwd=binder_folder)
10
11
# Launch Jupyter
12
argv = sys.argv[1:]
0 commit comments