Go to file
Mateusz Paprocki 3d825cfbcc Allow to specify CodeMirror's syntax mode as MIME
This is required for e.g. Scala, where the mode is given as
text/x-scala, but the actual implementation is in clike mode.
This wouldn't be an issue, but IPython loads modes lazily, so
you need both mode name and MIME to resolve correct file and
configure CodeMirror.
2014-10-29 16:57:57 +01:00
docs/source remove references to kernel config in parent config files 2014-09-28 12:54:08 -07:00
examples Fix bad JSON link and inconsistent link formatting. 2014-10-24 17:05:25 -07:00
git-hooks use invoke instead of fabric 2014-10-15 16:53:07 -07:00
IPython Allow to specify CodeMirror's syntax mode as MIME 2014-10-29 16:57:57 +01:00
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore git ignore generated magics docs 2014-10-10 15:29:17 -07:00
.mailmap Fix mailmap entries for @jasongrout and @SylvainCorlay 2014-09-22 16:25:23 -07:00
Dockerfile use invoke instead of fabric 2014-10-15 16:53:07 -07:00
setup.py Use Draft4 JSON Schema for both v3 and v4 2014-10-08 12:33:31 -07:00
setupbase.py Merge pull request #6110 from minrk/binarycomm 2014-10-19 11:03:24 +02:00