Skip to content

Commit 4b5586f

Browse files
authored
Merge pull request #283 from flying-sheep/patch-2
Also install jupyter-run without setuptools
2 parents fdf34a1 + 3906881 commit 4b5586f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/jupyter-run

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python
2+
from jupyter_client.runapp import RunApp
3+
4+
def main():
5+
RunApp.launch_instance()
6+
7+
if __name__ == '__main__':
8+
main()

0 commit comments

Comments
 (0)