Jupyter4Science / jupyterlab-ide

JupyterLab + tab completion + debugger + linter = Fully-fleged IDE
MIT License
3 stars 0 forks source link

VariableInspector tutorial notebook(s) #45

Closed Dcosthephalump closed 8 months ago

Dcosthephalump commented 1 year ago

The variable inspector tutorial notebook should be completed with the following steps:

Dcosthephalump commented 1 year ago

I will not be able to implement a notebook that involves ipywidgets because, despite having the necessary dependencies installed by default, the features allowing widgets to be displayed and recognized in the variable inspector did not work.

Additionally, I will not be able to make the inclusion of matrix viewing in the tutorial either. I cannot use the function and this is an unresolved issue in the extension repository. Basic objects/primitives (Python doesn't have a distinction) still are available to view in the inspector.

Dcosthephalump commented 1 year ago

I have also found that the inspector does not function well with dictionary variables or with shutting down and restarting the kernel of a notebook that it is actively observing. This extension is very buggy on my setup so I do not think I can make a tutorial notebook about it.