jupyter-dash icon indicating copy to clipboard operation
jupyter-dash copied to clipboard

Unable to communicate with the jupyter_dash notebook or JupyterLab extension required to infer Jupyter configuration.

Open armeh429 opened this issue 4 years ago • 6 comments

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?

armeh429 avatar Nov 24 '21 08:11 armeh429

same hare! Found myself in dead-end

LukaPitamic avatar Dec 02 '21 09:12 LukaPitamic

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

armeh429 avatar Dec 05 '21 12:12 armeh429

same for me on linux with jupyterlab.

djangoliv avatar Jan 17 '22 09:01 djangoliv

@armeh429 did you figure out a solution yet?

cmosguy avatar Mar 02 '22 15:03 cmosguy

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)

LukaPitamic avatar Mar 02 '22 15:03 LukaPitamic

@cmosguy yeah I had followed the instruction on cmd and just I have to type Jupiter dash to lunch into the browser Jupiter

armeh429 avatar Mar 06 '22 10:03 armeh429