Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jupyter notebook 无法打开";“编辑键盘快捷键”;_Jupyter Notebook_Keyboard Shortcuts - Fatal编程技术网

Jupyter notebook 无法打开";“编辑键盘快捷键”;

Jupyter notebook 无法打开";“编辑键盘快捷键”;,jupyter-notebook,keyboard-shortcuts,Jupyter Notebook,Keyboard Shortcuts,我定制了Jupyter笔记本的快捷键,并使用了很长时间。重新安装anaconda后,我像以前一样尝试在jupyter笔记本中编辑命令模式快捷方式。但是选择编辑键盘快捷键永远不起作用:( 它只显示如下链接所示的空屏幕 () 这可能有助于解决问题。 以下消息是我键入F12时控制台中的警告。 我认为问题和这些警告有关,但很难知道如何解决 Uncaught ReferenceError: ReactDOM is not defined at new ShortcutEditor (shortcutedi

我定制了Jupyter笔记本的快捷键,并使用了很长时间。重新安装anaconda后,我像以前一样尝试在jupyter笔记本中编辑命令模式快捷方式。但是选择
编辑键盘快捷键
永远不起作用:(

它只显示如下链接所示的空屏幕

()

这可能有助于解决问题。 以下消息是我键入F12时控制台中的警告。 我认为问题和这些警告有关,但很难知道如何解决

Uncaught ReferenceError: ReactDOM is not defined
at new ShortcutEditor (shortcuteditor.js:217)
at Notebook.show_shortcuts_editor (notebook.js:472)
at handler (actions.js:79)
at Object.final_actions.<computed>.handler (actions.js:890)
at ActionHandler.call (actions.js:992)
at HTMLDivElement.<anonymous> (quickhelp.js:290)
at HTMLDivElement.dispatch (jquery.min.js:2)
at HTMLDivElement.y.handle (jquery.min.js:2)
at Object.trigger (jquery.min.js:2)
at HTMLDivElement.<anonymous> (jquery.min.js:2)
Uncaught ReferenceError:未定义ReactDOM
在新的ShortcutEditor(ShortcutEditor.js:217)
在Notebook.show_快捷方式_编辑器(Notebook.js:472)
at处理程序(actions.js:79)
at Object.final_actions..handler(actions.js:890)
在ActionHandler.call上(actions.js:992)

在HTMLLevel。)

我也遇到了同样的问题(Windows 10、Firefox 69、jupyter notebook 6.0.0)。更新jupyter解决了我的问题:

conda update jupyter

)这是更多的细节。谢谢你的回答。遗憾的是,在更新jupyter后,编辑键盘快捷键仍然不起作用。