Skip to content

ebanner/extipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

extipy

Debug your python script with a jupyter notebook

image

Install

git clone [email protected]:ebanner/extipy.git
cd extipy
pip install -e .

Quick start

Embed an IPython kernel in your code and capture all the variables in scope:

import IPython
IPython.embed_kernel(local_ns={**locals(), **globals()})

Then attach jupyter lab to it:

jupyter lab --KernelProvisionerFactory.default_provisioner_name=extipy-provisioner

Credit

This is largely copied from pyxll-jupyter.

Source

extipy is the subset of the pynt tool that I still use and find useful today.

About

Debug your python script with a jupyter notebook

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages