OSError: Unable to communicate with the jupyter_dash.., when using a custom env
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 30/100
Direzione di ricerca
Inizia riproducendo la chiamata segnalata a JupyterDash.infer_jupyter_proxy_config() con un kernel dell’ambiente personalizzato. Segui i percorsi mostrati in jupyter_dash/jupyter_app.py e jupyter_dash/comms.py; il lavoro è completato quando la chiamata non genera più la OSError di comunicazione segnalata.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Running JupyterDash.infer_jupyter_proxy_config() throws an error, when using a kernel from the custom environment (not BBS-BBG). The following error is observed:
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-5-44ad1f4b927e> in <module>
1 time.sleep(3)
----> 2 JupyterDash.infer_jupyter_proxy_config()
3 cyto.load_extra_layouts()
~/test-bbs-bbg-notebook/lib/python3.8/site-packages/jupyter_dash/jupyter_app.py in infer_jupyter_proxy_config(cls)
71 else:
72 # Assume classic notebook or JupyterLab
---> 73 _request_jupyter_config()
74
75 def __init__(self, name=None, server_url=None, **kwargs):
~/test-bbs-bbg-notebook/lib/python3.8/site-packages/jupyter_dash/comms.py in _request_jupyter_config(timeout)
60 if (time.time() - t0) > timeout:
61 # give up
---> 62 raise EnvironmentError(
63 "Unable to communicate with the jupyter_dash notebook or JupyterLab \n"
64 "extension required to infer Jupyter configuration."
OSError: Unable to communicate with the jupyter_dash notebook or JupyterLab
extension required to infer Jupyter configuration.
- Lingua principale
- Jupyter Notebook
- Stelle
- 0
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Issue simili
-
area: harness bug status: needs-triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
Human-Agent-Society/reef#625 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
vercel-labs/just-bash#464 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100