Matthias Geier
2bad374763
Inline _parseNumbers()
10 years ago
Matthias Geier
52fae53534
Add error messages to the RangeErrors
10 years ago
Matthias Geier
9d052588b5
Update ANSI tests
10 years ago
Matthias Geier
245287a83c
Remove ES 6 syntax and make integer conversion stricter
10 years ago
Matthias Geier
7bee6c5c2d
Re-factor ANSI color handling
...
The implementation is based on Python code from
nbconvert.filters.ansi2html().
Among other things, this fixes #988 .
10 years ago
Min RK
f3e2b02be5
Merge pull request #1206 from minrk/patch-session-kernel
...
Allow modifying kernel associated with a session via PATCH
10 years ago
Min RK
69ca6b7038
Merge pull request #1232 from julienr/fix_1204
...
Use casper.open() instead of casper.start() to open the dashboard.
10 years ago
Min RK
792ff7d2d2
Merge pull request #1231 from minrk/cookie_flags
...
Add `cookie_options` to make cookie args configurable
10 years ago
Julien Rebetez
b1a0ca0116
Use casper.open() instead of casper.start() to open the dashboard.
...
Calling casper.start() multiple times causes casper to skip subsequent
then().
Fix #1204
10 years ago
Min RK
84003fb30d
Merge pull request #1215 from Summersa/master
...
Toggle Header in Edit page
10 years ago
Min RK
07c4d23cad
make cookies httponly by default
...
we don't need or want cookie access in js
10 years ago
Min RK
417b17450e
Add `cookie_options` to make cookie args configurable
10 years ago
Min RK
3c4f6e9e74
Merge pull request #1002 from jasongrout/delayevaluation
...
Implement delayed evaluation for the cell executions happening before a kernel is set up
10 years ago
Jason Grout
ab35cf8a3b
Reword console log message
10 years ago
Jason Grout
60908dd30d
Fix code cell execution code in light of kernel message buffering.
10 years ago
Jason Grout
a7b122f524
Add more kernel message buffer tests.
10 years ago
Carol Willing
a7ac9d0a04
Merge pull request #1221 from minrk/retry-js-tests
...
retry js tests on travis
10 years ago
Jason Grout
4a05b1fb8f
Implement kernel message buffering for when the websocket is not connected.
10 years ago
Jason Grout
b38f74758b
Add tests for notebook cell execution buffering.
10 years ago
summersa
d1203448f8
Add option to toggle header on edit page
10 years ago
Min RK
2636fd7f4f
retry js tests on travis
...
This is a lazy thing to do because intermittently failing tests are often actual bugs
(usually in the tests themselves).
But if we are just going to kick Travis to re-run when this happens,
we might as well let Travis do it automatically.
10 years ago
Min RK
6af49e7875
Merge pull request #1212 from blink1073/fix-lab-scrolling
...
Fix notebook scrolling in JupyterLab
10 years ago
Min RK
b5b50299e8
Merge pull request #1220 from flying-sheep/patch-1
...
Fix .rendered_html ol/ul with .list-inline
10 years ago
Min RK
b98af08158
Merge pull request #1216 from SylvainCorlay/pager-append
...
Add missing pager.append function
10 years ago
Philipp A
df2cab0ec3
fixed and DRYed .rendered_html ol/ul styles
10 years ago
Min RK
23b1beaabc
treat null values as unspecified in session PATCH
10 years ago
Min RK
e9957ddb35
Handle coroutine possibility in test_sessionmanager
10 years ago
Min RK
02d1554f8f
Allow modifying kernel associated with a session via PATCH
...
- PATCH to kernel.id attaches to other kernel
- PATCH to kernel.name starts new kernel with given name
Previous kernel is shutdown after the change
10 years ago
Sylvain Corlay
0f4d3be470
Add missing pager.append function
10 years ago
Steven Silvester
86b1536d18
Fix mathjax link
10 years ago
Steven Silvester
39b42307c9
Update mathjax link
10 years ago
Steven Silvester
42c1dae7a2
Bump version again
10 years ago
Steven Silvester
f1d217fd92
Bump js-plugins dependency to fix scrolling
10 years ago
Min RK
3feea61802
Merge pull request #775 from maartenbreddels/master
...
new feature: NotebookApp.password_required forces user to have a password
10 years ago
Maarten A. Breddels
5a3272f771
fixed a typo, and corrected the help text
10 years ago
Min RK
6cb736afd7
Merge pull request #1201 from blink1073/functional-lab-notebook
...
Make JupyterLab notebook functional and add mathjax support
10 years ago
Steven Silvester
4a48cad90a
Make notebook functional and add mathjax
10 years ago
Matthias Bussonnier
dcd9027af2
Merge pull request #1180 from takluyver/new-notebook-menu-header
...
Clarify notebook heading in new menu
10 years ago
Min RK
a6b8da4019
Merge pull request #1187 from minrk/encode-url-terminal
...
add missing url-encoding of base_url in terminal/edit templates
10 years ago
Min RK
8c038e3ddb
add missing url-encoding of base_url in terminal/edit templates
...
This was fixed in the notebook and tree views,
but overlooked in edit, terminal
10 years ago
Min RK
3f83ff525b
Merge pull request #506 from minrk/limit-output
...
limit merging of stream output
10 years ago
Min RK
233f04428d
Merge pull request #621 from julienr/inline_images
...
Implement markdown cell attachments. Allow drag’n’drop of images into…
10 years ago
Thomas Kluyver
c424d61558
Adjust text of notebook heading in new menu
...
Closes jupyter/jupyter#97
10 years ago
Thomas Kluyver
291e0c101e
Adjust styling of dropdown header in new menu
10 years ago
Maarten A. Breddels
b9d106a808
implemented changes as discussed at PR 775, password generation moved to module
10 years ago
Maarten A. Breddels
dc311c51a8
new feature: NotebookApp.password_required, when enabled will only run with a password present. If not present, will ask the user for it. This is useful in a multi user environment, for instance when everybody in the LAN can access each other's machine though ssh.
10 years ago
Matthias Bussonnier
d3ff8d69de
Merge pull request #1172 from jakirkham/minor_docker_opts
...
Dockerfile: Add missing `--no-cache-dir` option.
10 years ago
John Kirkham
fe16877ecd
Dockerfile: Add missing `--no-cache-dir` option.
10 years ago
Thomas Kluyver
2018e800dc
Merge pull request #1168 from minrk/allow-root-notebook-dir
...
allow notebook-dir to be root
10 years ago
Min RK
d618b4f21f
allow notebook-dir to be root
...
we were stripping `/`, which is fine except when that's the whole string,
which we were then interpreting as `''`, which gives the CWD.
This is a regression in 4.1
10 years ago