openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
205 stars 46 forks source link

add a value inspector in Jupyter #216

Closed 12rambau closed 1 year ago

12rambau commented 2 years ago

I was talking with Laura this morning to make here realize that she can use JupyterLab for R as well. One of the key functionality tht is not there yet (preventing here from moving from Rstudio) is the absence of a variable inspector.

On the jupyterlab repository there is a long thread (https://github.com/jupyterlab/jupyterlab/issues/443) started in 2016. The conclusion is hat they'll leave it to community plugin. Lucky for us this plugin already exist: https://github.com/lckr/jupyterlab-variableInspector

I tried to install it manually from my side for testing but I when I run jupyter labextension install @lckr/jupyterlab_variableinspector I get a access error:

An error occurred.
PermissionError: [Errno 13] Permission denied: '/usr/local/share/jupyter/lab/extensions/lckr-jupyterlab_variableinspector-3.0.9.tgz'
See the log file for details:  /tmp/jupyterlab-debug-339w11lo.log

Could we install it on test to check the functionality and if satisfying we install it for everyone ?

demo: demo

12rambau commented 2 years ago

jenkins was not happy with the deployment let's investigate what goes wrong (https://github.com/openforis/sepal/commit/78708d772fcc75ce1b8486a5ef36b3d6ae425e2f)