Skip to content

Instantly share code, notes, and snippets.

@kaskichandrakant
Created November 23, 2018 11:40
Show Gist options
  • Save kaskichandrakant/e09b0ff4045ef56cc84506ac56e7b886 to your computer and use it in GitHub Desktop.
Save kaskichandrakant/e09b0ff4045ef56cc84506ac56e7b886 to your computer and use it in GitHub Desktop.
import IPython
name = 'my_python'
#define functions
def my_fun():
print('do something')
IPython.embed()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment