ipython / ipynb

Package / Module importer for importing code from Jupyter Notebook files (.ipynb)
https://ipynb.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
245 stars 70 forks source link

Including importnb into ipynb #46

Open tonyfast opened 4 years ago

tonyfast commented 4 years ago

addresses #45 starts to include the importnb machinery in the ipynb repo.

importnb has features that address a few open issues #38 #6 #44

yuvipanda commented 4 years ago

woohoo, awesome.

I think what we should do is:

  1. Emit warnings from ipynb about pending changes, and make a point release
  2. Emit warnings from importnb about pending move, and make a point release there.
  3. Move importnb into the ipynb namespace. Write docs on how people can switch. Make a major release.
  4. Write a blog post.

How does that sound?

yuvipanda commented 4 years ago

@Carreau I don't have admin access to this repo, can you add @tonyfast and @bollwyvl to this repo?