Go to file
MinRK 977b96ef1f rollback #3358
closes #3391

For users who need to hide the scrollbars while zooming text in the meantime, you can add the following to your custom.css:

```css
.CodeMirror-scroll, .CodeMirror-wrap .CodeMirror-scroll {
  overflow: scroll;
}

.CodeMirror-vscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-hscrollbar {
    visibility: hidden;
}
```
2013-06-04 11:22:49 -07:00
docs/source/_static
examples copy IPython logo in example directory 2013-03-30 11:48:28 +01:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython rollback #3358 2013-06-04 11:22:49 -07:00
.gitignore ignore checkpoints 2013-05-01 17:32:45 -07:00
.mailmap
setup.py Make submodule checks work under Python 3. 2013-05-30 11:17:51 +01:00
setupbase.py Fix: "python ABS/PATH/TO/ipython.py" fails 2013-05-10 23:30:26 +02:00