You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, it turns out that this broke because of my ~/.jupyter/custom/custom.js which I have used for >4 years:
require(["codemirror/keymap/sublime","notebook/js/cell","base/js/namespace"],function(sublime_keymap,cell,IPython){// setTimeout(function(){ // uncomment line to fake race-conditioncell.Cell.options_default.cm_config.keyMap='sublime';varcells=IPython.notebook.get_cells();for(varcl=0;cl<cells.length;cl++){cells[cl].code_mirror.setOption('keyMap','sublime');}// }, 1000)// uncomment line to fake race condition });// default is 30s, increase to 1 minutewindow.requirejs.config({waitseconds: 60});
I have just created a fresh environment without pinning any versions, which then results in:
I am still getting this error in Jupyter notebook classic.
after running
Running it again results in:
Downgrading to panel 0.13.1 makes it work.
This was reported earlier in this closed issue #4875 (comment).
ref: python-adaptive/adaptive#396
The text was updated successfully, but these errors were encountered: