medialab / ipysigma

A Jupyter widget using sigma.js to render interactive networks.
https://medialab.github.io/ipysigma/demo.html
MIT License
206 stars 19 forks source link

enable ipysigma on jupyterlab #218

Closed emilienschultz closed 1 year ago

emilienschultz commented 1 year ago

Add in the documentation how to enable the ipysigma widget for jupyter-lab ?

Yomguithereal commented 1 year ago

Normally you shouldn't have to as it is supposed to work out-of-the-box now (right?, riiiiight?) Else I guess you can open a PR on this section: https://github.com/medialab/ipysigma#installation :)

emilienschultz commented 1 year ago

Yup I had to do it to enable the widget (jupyterlab 4.0.5). I will try to reproduce the problem and if it persists, I PR

Yomguithereal commented 1 year ago

I have it working on 3.6.6. I hope they did not change something again in v4...

emilienschultz commented 1 year ago

Seems to be a local problem, I tried with a clean environnement both with 3.6 and 4 and it works well. Sorry for the distrubance ;)

Yomguithereal commented 1 year ago

In any case, I don't think this is useless to document this next to the nbextension counterparts.

Yomguithereal commented 1 year ago

@emilienschultz I just pushed a slight update to the docs wrt labextension. Can you please double check it to make sure I did not mess up the commands (I have never used them, so I am not sure)