kopia lustrzana https://github.com/jupyterhub/repo2docker
8 wiersze
101 B
Plaintext
8 wiersze
101 B
Plaintext
![]() |
#!/usr/bin/env python
|
||
|
import sys
|
||
|
|
||
|
assert sys.version_info[:2] == (3, 6)
|
||
|
|
||
|
import jupyter
|
||
|
import there
|