jupyter-dash
jupyter-dash copied to clipboard
Unable to communicate with the jupyter_dash notebook or JupyterLab extension required to infer Jupyter configuration.
hi i have follow the instruction but i have one question how can i load jupyter locally and write my codes after these installation commands?
same hare! Found myself in dead-end
same hare! Found myself in dead-end I did it ! if you are windows user just concentration on run cmd as administrator . after run the installations command call Jupiter lab
same for me on linux with jupyterlab.
@armeh429 did you figure out a solution yet?
Guys, we're using a workaround:
in the notebook you are developing simply use (no jupyterlab mode!):
app.run_server(port = 8890,host='0.0.0.0',debug=True)
then open a separate notebook and display it:
from IPython.display import IFrame
IFrame(src="0.0.0.0", width='100%', height='1000px')
...then open cell output in a separate tab
...and you get the exact same functionality (with few more clicks to setup)
@cmosguy yeah I had followed the instruction on cmd and just I have to type Jupiter dash to lunch into the browser Jupiter