cost 219 ms
已解決:jupyter-console “RuntimeWarning:協程‘ZMQSocketChannel.msg_ready’從未等待”

[英]SOLVED: jupyter-console "RuntimeWarning: coroutine 'ZMQSocketChannel.msg_ready' was never awaited"

我創建這個主題是因為我之前在這里沒有找到任何解決方案。 問題如下: 通過運行jupyter-console任何按Enter按鈕顯示此錯誤: 我嘗試過使用不同 Linux 發行版(Ubuntu、Mint、Manjaro KDE、Manjaro XFCE)的不同計算機。 我嘗試了不同的 python ...

JupyterLab:如何將 python 回調函數附加到使用自定義小部件創建的按鈕?

[英]JupyterLab: How attach an python call back function to a button created using Custom Widget?

當,我使用交互式類創建了一個表單時,很容易為單擊事件提供一個 python 回調函數,如示例My_CallBack_function所示。 如果表單和按鈕被創建為自定義小部件,如何在“單擊”時運行 python 代碼或 python 調用函數。 ...

檢查 jupyter 筆記本是否運行時沒有來自 cli 的錯誤

[英]Check if jupyter notebooks run without errors from cli

我正在嘗試檢查 if.ipynb 文件是否可以通過cmd 行執行,我查看了 runipy 和 papermill。 我更具體地尋找退出代碼 0,但上面提到的包都沒有檢查代碼是否在任何地方失敗。 即使在出現 python 異常之后,Papermill 仍然返回退出代碼 0。 有沒有其他軟件包可以做到這 ...

JupyterHub 安裝錯誤,運行命令時:'sudo /opt/jupyterhub/bin/jupyterhub –generate-config`

[英]JupyterHub installation error, while running command: ‘sudo /opt/jupyterhub/bin/jupyterhub –generate-config`

我是 JupyterHub 的新手,正在嘗試將它安裝在我的虛擬機上。 我按照頁面上提到的說明進行操作: https://jupyterhub.readthedocs.io/en/stable/installation-guide-hard.html 。 如步驟“為 JupyterHub 創建配置” ...

Jupyter 無論如何都會產生 500 錯誤(新的和現有的筆記本)

[英]Jupyter keeps producing a 500 error no matter what (new and existing notebooks)

我在啟動 Jupyter 並嘗試打開或創建筆記本時遇到 500:內部服務器錯誤。 我在這里檢查了多個線程,但沒有任何效果。 我還嘗試從 PyCharm 和命令行安裝、重新安裝、安裝。 我也使用了 Juypter 官方網站上的步驟。 我使用 pip 安裝它,而不是 conda(我的解釋器是 3.6) ...

構建失敗並顯示 500,請在服務器上運行“jupyter lab build”以獲得 Jupyter 實驗室中的完整 output

[英]Build failed with 500, please run 'jupyter lab build' on the server for full output in Jupyter lab

我正在嘗試在 jupyter 實驗室中添加一個擴展。 我 go 到擴展選項卡並單擊擴展上的“安裝”。 幾秒鍾后,我彈出一個提示,說Build failed with 500, please run 'jupyter lab build' on the server for full output ...

Jupyter 細胞沒有輸出

[英]Jupyter cells have no ouput

蟒蛇新手。 我的代碼是使用 JSON 在線查看 js 字典。 我可以從我制作的字典內部執行簡單的打印語句,但是如果我嘗試從 for 循環或函數內部打印,則單元格沒有輸出。 不過它也不會拋出錯誤。 我已經在不同的瀏覽器中嘗試過,最近卸載並安裝了 Anaconda 以解決另一個問題(這可能是相關的,我在 ...

從 Jupyter 筆記本中刪除文件時如何釋放磁盤空間

[英]How to free up disk space, when deleting files from Jupyter notebook

當我從 Jupyter 筆記本環境中刪除文件時,磁盤空間沒有釋放。 我刪除了大約 40GB 的文件,並且文件從列表中消失了,甚至從ls -a中也消失了,但是df -h顯示什么也沒發生。 我還使用這些文件殺死了所有進程,甚至重新啟動了系統。 當我使用rm刪除文件時,一切都很好。 如何釋放空間,或恢復這 ...

在 emacs 八度模式中將八度可執行文件更改為 jupyter kernel

[英]Change octave executable to jupyter kernel in emacs octave-mode

如何更改octave-mode以使用命令jupyter kernel --kernel octave作為默認八度 shell? 編輯:這是我嘗試過的事情列表(按照評論中的建議在此處添加): 使用以下方法更改變量inferior-octave-program : 然而,這給出了錯誤: Searchi ...

Jupyter QtConsole:select 內置 CSS 之一作為默認通過配置

[英]Jupyter QtConsole: select one of the built in CSSs as the default via configuration

我在 Windows 中使用 Jupyter。 我的意思是改變 QT 控制台的顏色。 如何通過配置文件 select 作為默認的內置 CSS 之一? 我的意思是避免像jupyter qtconsole --style monokai那樣將它作為參數傳遞。 我寧願使用配置文件,例如 file1 = % ...

iPython:如何從模塊中導入新添加的 function?

[英]iPython: How can I import a newly added function from module?

我在 iPython 中做了很多交互工作。 目前,我正在使用 Jupyter QtConsole。 假設我從這個開始: 然后我將 go 輸出到 myFuncs.py 並添加一個新的 function,func2。 如果我試試這個: 它沒有看到它。 大概 myFuncs 以某種方式被緩存。 我讀過r ...

在 iframe 中渲染內容在 Jupyter Hub 筆記本中不起作用

[英]Rendering content inside an iframe is not working in a Jupyter Hub Notebook

我有一個在本地運行的網絡服務器。 當我在筆記本中使用 localhost:portNumber url 執行 wget 時。 下載 html 文件似乎可以正常工作。 但是當我嘗試在 iframe 中渲染它時。 我得到空白數據,如下圖所示。 試圖弄清楚發生了什么。 它甚至沒有顯示任何異常。 :( ...

如何使 Jupyter 終端功能齊全?

[英]How to make Jupyter Terminal fully functional?

Jupyter Lab 應用程序具有漂亮的終端,帶有瀏覽器內終端 shell,支持顏色、導航鍵和終端應用程序的幾乎所有標准功能。 在這個問題中,我的意思是/lab應用程序,而不是經典的 Notebook ( /tree ) 應用程序。 如果我使用這個Docker 圖像啟動 Jupyter 服務器 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM