我已经定制了Jupyter笔记本的键盘快捷键,并使用了很长时间。重新安装anaconda之后,我尝试像以前一样在jupyter Notebook中编辑命令模式快捷方式。但是选择Edit keyboard Shortcuts
永远行不通。 :(
它仅显示空白屏幕,如下面的链接。
这可能有助于解决问题。 当我键入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)
我只想查看以下页面,以便编辑快捷方式
答案 0 :(得分:0)
我遇到了同样的问题(Windows 10,Firefox 69,jupyter-notebook 6.0.0)。更新jupyter解决了我的问题:
conda update jupyter