deathbeds / importnb

notebook files as source
https://importnb.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
68 stars 5 forks source link

Add requested loader features to include only definitions and comment magics. #127

Closed tonyfast closed 2 years ago

tonyfast commented 2 years ago

This addresses #119 #115 #116

this pull request adds two extra flags to importnb to:

with importnb.Notebook(defs_only=True, no_magic=True):
    pass # will import only definitions and comment out magics. these flags can be used separately.

closes #119 #115 #116