7 lines
102 B
Bash
7 lines
102 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker run --rm -it \
|
||
|
--entrypoint=ipython \
|
||
|
hub-jupyter \
|
||
|
-i --simple-prompt
|