Update ipython_start/startup.py
Browse files- ipython_start/startup.py +1 -2
ipython_start/startup.py
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
# This will run every time an IPython (or Jupyter) kernel starts
|
| 2 |
def hello():
|
| 3 |
-
print("Right on baby
|
| 4 |
|
| 5 |
from git import Repo
|
| 6 |
-
import streamlit as st
|
| 7 |
import os
|
| 8 |
|
| 9 |
if os.path.exists('./workstatml'):
|
|
|
|
| 1 |
# This will run every time an IPython (or Jupyter) kernel starts
|
| 2 |
def hello():
|
| 3 |
+
print("Right on baby jaybird! Hello from IPython startup!")
|
| 4 |
|
| 5 |
from git import Repo
|
|
|
|
| 6 |
import os
|
| 7 |
|
| 8 |
if os.path.exists('./workstatml'):
|