holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.09k stars 105 forks source link

Add documentation on jupyter notebook requirements #1393

Closed liufeimath closed 2 weeks ago

liufeimath commented 1 month ago

Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at Discourse instead. Issues without the required information below may be closed immediately.

Is your feature request related to a problem? Please describe.

The basic documentation on the jupyter notebook usage requirements is missing. This creates confusions for new users (like me) who expected hvplot to give nice plots with a raw python interpreter but then saw nothing.

Describe the solution you'd like

Document the basic requirements on jupyter notebooks in getting-started/installation user-guide. I created a pull request here: https://github.com/holoviz/hvplot/pull/1392

Describe alternatives you've considered

N/A

Additional context

Initially I asked about this in the HoloViz forum. Folks there suggested me to bring this up as a formal Github issue. So here I am.

By the way, this is really a "documentation improvements" rather than "feature request", but there's no issue category "documentation improvements" for me to select so I just went with the "feature request" category. Documentation is important, and you folks should consider making a dedicated issue category for it, like the polars Github new-issue page which has a "Documentation improvement" section.

maximlt commented 2 weeks ago

Closed by https://github.com/holoviz/hvplot/pull/1392