Min RK
2db0749cf3
relative import of ConfigManager
...
avoids wrong import on Python 2
11 years ago
Jonathan Frederic
4f3c65dbde
Merge pull request #286 from minrk/changelog
...
add changelog
11 years ago
Min RK
af44aeb31c
add changelog
11 years ago
Min RK
6473a5a51d
enable MathJax safe mode
...
forward-port from IPython 3.2
11 years ago
Min RK
9ab6a89983
Merge pull request #282 from takluyver/entrypoints
...
Use entry points for scripts
11 years ago
Thomas Kluyver
e886d18add
Use entry points for scripts
...
To make Windows exe launchers, see jupyter/jupyter#15
11 years ago
Min RK
cfdd431a4b
Merge pull request #247 from crwilcox/master
...
Add Jinja Blocks to notebook.html and tree.html
11 years ago
Christopher Wilcox
83536924e1
Undo change to the help links
...
The change we were making here was to support adding rel="noreferrer".
Since this should likely be done for all jupyter notebooks (and not just
us) I am removing this change. We are hashing out the finer details of
this on the security group.
11 years ago
Christopher Wilcox
6901b31697
Incorporate @minrk feedback
...
Moving a few blocks to css classes that can be used through custom.css
11 years ago
Matthias Bussonnier
13b663aa05
Merge pull request #271 from minrk/git-commit-not-found
...
leave empty commit hash when none found
11 years ago
Min RK
13fee969ec
leave empty commit hash when none found
...
avoids `4.0.1-<none found>` message for stable releases in About panel
11 years ago
Matthias Bussonnier
53c382620b
Merge pull request #269 from takluyver/multicell-ccp
...
Cut, copy, paste and delete acting on multiple cells
11 years ago
Thomas Kluyver
474b124007
Select new cell if deleting only cell
11 years ago
Thomas Kluyver
f316e121cf
Cut, copy, paste and delete acting on multiple cells
11 years ago
Min RK
4cb2b78828
Merge pull request #262 from takluyver/docs-4.x-misc
...
Browser compatibility info & misc cleanup
11 years ago
Matthias Bussonnier
735bd7ee36
Merge pull request #267 from minrk/mathjax-component
...
use mathjax component
11 years ago
Min RK
d2b3aa314d
Merge pull request #266 from takluyver/multicell-selection
...
Multi-cell selection
11 years ago
Min RK
4d4fed2e98
use mathjax component
...
which lacks the png fonts
for quicker installs, etc.
11 years ago
Thomas Kluyver
0cde7269a5
JSdoc for merge_cells method
11 years ago
Thomas Kluyver
eb5e82f295
Fix cell merge tests
11 years ago
Thomas Kluyver
dcd676d499
Clear selected range on entering edit mode
11 years ago
Thomas Kluyver
92e266f4e2
Merge cells based on range selection
11 years ago
Thomas Kluyver
792f928578
Multi-cell selection based on a selection anchor cell
...
I'm happier with this mechanism
11 years ago
Thomas Kluyver
450597d754
First attempt at multi-cell selection
...
It works, but I'm not quite happy with how it works
11 years ago
Thomas Kluyver
89c4defaf2
Miscellaneous doc updates and warning-squashing
11 years ago
Thomas Kluyver
b9c88fdf84
Add browser compatibility info
...
Moved from IPython docs
11 years ago
Min RK
6992965967
Merge pull request #258 from ebenolson/completer-z-index
...
increase completer z-index to be in front of pager
11 years ago
Thomas Kluyver
3bcce96dd8
Merge pull request #259 from minrk/cm-5.5
...
specify codemirror dependency more precisely
11 years ago
Min RK
482906e76d
specify codemirror dependency more precisely
...
We are shipping notebook 4.0 with CM 5.5
11 years ago
Eben Olson
dde3c3cc75
increase completer z-index to be in front of pager
11 years ago
Min RK
6bd84b9df0
Merge pull request #251 from takluyver/i250
...
Look for notebook config in nbconfig/ subdirectory
11 years ago
Thomas Kluyver
3a9493bcab
Look for notebook config in nbconfig/ subdirectory
...
Fixes gh-250, I hope
11 years ago
Min RK
2f3789fb95
back to dev
11 years ago
Min RK
1c839f686b
release 4.0.1
...
with correct js version this time
11 years ago
Min RK
5b507019e6
release 4.0.0
11 years ago
Christopher Wilcox
237d2fa51c
Add Jinja Blocks to notebook.html and tree.html
...
Added blocks to support customization to:
- the logo in the upper right. Both tmpnb and notebooks.azureml.net use
this area to add logos.
- help links. We add links to the help tab. We also add a
rel="noreferrer" to each link. These block enable us to make these
corrections without altering the primary template.
- provide a place in tree to give an attribute area. We use this to
hide the clusters tab.
11 years ago
Min RK
496289e441
Merge pull request #240 from takluyver/download-ipynb-ajax
...
Use window.location trick for download as ipynb
11 years ago
Thomas Kluyver
cf4341ac0d
Merge pull request #242 from minrk/hardcode-widgets-js
...
load widget extension in js
11 years ago
Min RK
0afe9d2b1a
Merge pull request #241 from takluyver/nbconvert-config-dir
...
Put config_dir in resources in nbconvert handlers
11 years ago
Min RK
ff191ae630
load widget extension in js
...
previously was a plain require,
which doesn't actually register anything.
11 years ago
Min RK
a36dcf2f98
export utils.load_extension
...
single, simple, catchable extension load
unlike load_extensions, which is the API normally used, which does its own logging of failure to load.
11 years ago
Thomas Kluyver
7e4354fbd9
Put config_dir in resources in nbconvert handlers
...
CSSHTMLHeaderPreprocessor uses this to include the user's custom.css
in HTML output.
Closes gh-185
11 years ago
Thomas Kluyver
9c2fdb7c30
Use window.location trick for download as ipynb
...
To avoid problems with synchronous HTTP request from JS to save the
notebook before downloading it.
Closes gh-239
11 years ago
Min RK
26334946f9
Merge pull request #238 from takluyver/Carreau-icons
...
iconset for Jupyter notebook
11 years ago
Min RK
89124554f4
Merge pull request #237 from takluyver/forwport-8524
...
Fix abstract checkpoint methods to match interface used
11 years ago
Thomas Kluyver
e47a7e4fbe
Merge pull request #236 from minrk/manifest
...
Add missing files to manifest
11 years ago
Thomas Kluyver
3bd961b492
Fix abstract checkpoint methods to match interface used
...
Forward port of ipython/ipython#8524
Closes gh-144
11 years ago
Min RK
42d4529703
Add missing files to manifest
...
parts of installation, javascript-related
11 years ago
Min RK
2218d7df95
Merge pull request #235 from takluyver/docs-mathjax
...
Fix up some issues with the Mathjax examples in the docs
11 years ago
Min RK
4eda5e57ad
Merge pull request #234 from takluyver/docs-extending-subdir
...
Make 'extending' a directory in the docs
11 years ago