datasetinsights icon indicating copy to clipboard operation
datasetinsights copied to clipboard

Remove jupyter notebook dependency in datasetinsights PyPI package

Open adason opened this issue 3 years ago • 0 comments

Why you need this feature: The current package includes jupyter notebooks which was for convenience but does not really properly install notebook dependencies when users try to do pip install datasetinsights. In fact, the datasetinsights package does not really need to make jupyter as dependencies.

Describe the solution you'd like: In order to reduce confusion, I propose the following changes:

  • [ ] Remove jupyter notebook related dependencies for the datasetinsight package published to PyPI.
  • [ ] Add jupyter notebook dependencies in the docker environment ONLY.

Anything else you would like to add: Related discussion can be found here

adason avatar Mar 25 '21 00:03 adason