resonance icon indicating copy to clipboard operation
resonance copied to clipboard

Copy of the jupyter notebook extensions user config file I had

Open moorepants opened this issue 5 years ago • 0 comments

This was in $HOME/.jupyter/nbconfig/notebook.json:

{
  "Cell": {
    "cm_config": {
      "lineNumbers": false
    }
  },
  "Notebook": {
    "Toolbar": true,
    "Header": true
  },
  "load_extensions": {
    "rubberband/main": true,
    "exercise2": true,
    "exercise2/main": true,
    "exercise/main": false
  }
}

I deleted it because the stupid rubberband thing is buggy.

moorepants avatar Jan 06 '20 01:01 moorepants