drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

Clean up dependencies #56

Closed jayqi closed 3 years ago

jayqi commented 4 years ago

Thanks to the conda-forge autotick bot, it looks like our dependencies may need some cleaning up: https://github.com/conda-forge/nbautoexport-feedstock/pull/1

Some of these dependencies are implicit through ones we do have, but it's probably better to list them explicitly.

Not sure what jupyter_contrib_nbextensions is for. It looks like it got inherited from the original implementation according to the git blame. @r-b-g-b do you know what this might be?

Packages found by inspection but not in the meta.yaml:

  • traitlets
  • notebook
  • jupyter_core
  • nbformat

Packages found in the meta.yaml but not found by inspection:

  • jupyter_contrib_nbextensions
jayqi commented 4 years ago

@ejm714 said in Slack:

jupyter_contrib_nbextensions is not something we need. we were using a spellchecker that came from these nbextensions. i think it was installed at some jupyter config level (??) and so opening a jupyter nb elsewhere on your machine would complain if you didn't have the nbextensions.