moorepants / resonance

Learning Mechanical Vibration Engineering Through Computation
https://moorepants.github.io/resonance
MIT License
47 stars 12 forks source link

Copy of the jupyter notebook extensions user config file I had #199

Open moorepants opened 4 years ago

moorepants commented 4 years ago

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.