kopia lustrzana https://github.com/jupyterhub/repo2docker
7 wiersze
86 B
Plaintext
7 wiersze
86 B
Plaintext
![]() |
#!/usr/bin/env python
|
||
|
import sys
|
||
|
|
||
|
assert sys.version_info[:2] == (3, 5)
|
||
|
|
||
|
import numpy
|