Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

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

Open
armeh429 opened this issue Nov 24, 2021 · 6 comments

Comments

@armeh429
Copy link

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?

@LukaPitamic
Copy link

same hare!
Found myself in dead-end

@armeh429
Copy link
Author

armeh429 commented Dec 5, 2021

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

@djangoliv
Copy link

same for me on linux with jupyterlab.

@cmosguy
Copy link

cmosguy commented Mar 2, 2022

@armeh429 did you figure out a solution yet?

@LukaPitamic
Copy link

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)

@armeh429
Copy link
Author

armeh429 commented Mar 6, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants