Gibbs Consulting
Gibbs Consulting
A new version (0.1.0) has just been pushed to pypi. There are a lot of changes driven by changes in the underlying packages. Can you try this version and see...
This is with v0.1.0? Are you in a position to provide (a) any error messages returned and (b) the output from ``!pip freeze`` evaluated in the notebook?
If `nbserverproxy` isn't installed and loading correctly, then I wouldn't expect things to work, as it is requirement. Are you able to try things self-contained within a single virtualenv? The...
Are you able to share some more information about your environment?
@HunGYuHeng what does `!jupyter serverextension list` return?
I just tried the following steps in an empty temporary directory ``` virtualenv env -p python3.6 source env/bin/activate pip install jupyter-plotly-dash jupyter serverextension list ``` and the response I get...
@drahnreb as already discussed in this thread, you need to make sure that the Windows equivalent of each step in the installer has been successfully performed. This is probably best...
@tonydeck0506 v0.4.0 had a dependencies issue; are you in a position to try after forcing an upgrade to 0.4.2 or newer? Something like `pip install -U jupyter-plotly-dash` should suffice.
The link is already generated, so the only work would be to add code to launch the window, and also a flag to make it optional - this could perhaps...
Are you running the code inside a callback? There is nothing special about JupyterDash although it does add a listener onto a port for the dash callbacks; this is on...