Update ipython_start/startup.py
Browse files- ipython_start/startup.py +2 -0
ipython_start/startup.py
CHANGED
|
@@ -5,6 +5,8 @@ def hello():
|
|
| 5 |
from git import Repo
|
| 6 |
import os
|
| 7 |
|
|
|
|
|
|
|
| 8 |
if os.path.exists('./workstatml'):
|
| 9 |
pass
|
| 10 |
else:
|
|
|
|
| 5 |
from git import Repo
|
| 6 |
import os
|
| 7 |
|
| 8 |
+
|
| 9 |
+
# https://jupyter-ai.readthedocs.io/en/latest/developers/index.html
|
| 10 |
if os.path.exists('./workstatml'):
|
| 11 |
pass
|
| 12 |
else:
|