-
-
Notifications
You must be signed in to change notification settings - Fork 283
Improve documentation on Jupyter and JupyterLab #337
Comments
Where exactly do you plan to put this? Like under what section? |
What about "Getting started"? |
This reverts commit 104e0f1.
By the way: next version of nbconvert will finally have support for ipywidgets >= 7, which means: dynamic widgets in static HTML! jupyter/nbconvert#636 (comment) So, after it's released, we can start testing using widgets more. On the other hand, there's an ongoing discussion on whether Jupyter should save the widget status by default or not: jupyter-widgets/ipywidgets#1632 (comment) Which, IMHO, is the final tweak that's needed for them to be as usable as the old HTML static output (see also python-visualization/folium#874 (comment)) |
nbconvert 5.4 is around the corner: |
https://github.com/plotly/plotly.py/blob/master/README.md#jupyterlab-support-python-35 |
Isn't it already there? https://docs.poliastro.space/en/stable/getting_started.html#using-poliastro-on-jupyterlab |
I mean... You added those! #459 |
Not all of them :/ FigureWidget supportjupyter labextension install plotlywidget@0.7.0 |
Moreover, there is nothing like plotly extension mentioned over there :/ |
Oh, you're right! Perhaps the extension is outdated? In any case, reopening. All yours :) |
On it! |
Thanks @shreyasbapat! Re-closing :) |
🐞 Problem
JupyterLab is a new environment, and some extra steps are needed to get things working: in particular, the user needs NodeJS and two extensions,
@jupyter-widgets/jupyterlab-manager
and@jupyterlab/plotly-extension
for 3D.Also, it's not clear in which versions of IPython/Jupyter is
%matplotlib inline
needed, and that deserves some documentation as well.🎯 Goal
Make it easier for newcomers to have a poliastro environment up and running.
📋 Steps to solve the problem
Addresses #<put issue number here>
The text was updated successfully, but these errors were encountered: