neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
241 stars 37 forks source link

plt in colab notebook #24

Closed jammy-bot closed 3 years ago

jammy-bot commented 3 years ago

The 'nlp_profiler/notebooks/google-colab/nlp_profiler.ipynb' notebook for Colab requires a matplotlib import.

neomatrix369 commented 3 years ago

Good catch, you will need it in both the version (Jupyter and colab versions), just add this line:

! pip install matplotlib

at the start of the notebook

Please also amend the requirements-dev.txt with an entry for matplotlib.

neomatrix369 commented 3 years ago

It's good you are creating issues but small issues like these can be fixed in the codebase directly rather than creating an issue - makes the cycle just a bit longer to complete each time.

neomatrix369 commented 3 years ago

@jammy-bot I just added a commit to add matplotlib to the requirements file, see 7b1fc31ccf04477ae05f7d1a0c3d7e27bfa76a61

Let me know when you may get around to actioning in this issue, no hurry there just inquiring

jammy-bot commented 3 years ago

@neomatrix369 It looks like this is no longer an issue following your notebook consolidations and may be closed.

neomatrix369 commented 3 years ago

Have a closer look at https://github.com/neomatrix369/nlp_profiler/blob/master/notebooks/nlp_profiler.ipynb