educrpg commited on
Commit
de7b1c8
·
verified ·
1 Parent(s): 666b4af

Update ipython_start/startup.py

Browse files
Files changed (1) hide show
  1. 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 jay! Hello from IPython startup!")
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'):