try with JupyterLab's start file
This commit is contained in:
parent
6b22e2965d
commit
91bd2760cf
10
binder/start
Executable file
10
binder/start
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import shutil
|
||||
import os
|
||||
|
||||
argv = sys.argv[1:]
|
||||
print(argv)
|
||||
|
||||
|
||||
os.execv(shutil.which(argv[0]), argv)
|
||||
Loading…
Reference in New Issue
Block a user