educrpg commited on
Commit
1e0ebc2
·
verified ·
1 Parent(s): 1d4033f

Create ipython_start/startup.py

Browse files
Files changed (1) hide show
  1. ipython_start/startup.py +3 -0
ipython_start/startup.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
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!")