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
Sylvain Corlay
0f4d3be470
Add missing pager.append function
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
Matthias Bussonnier
4418f36a7c
Merge pull request #1165 from blink1073/lab-about-page
...
Add about page
10 years ago
Steven Silvester
5380d8bc05
Add about page
10 years ago
Min RK
216793eb2a
Merge pull request #1153 from blink1073/update-plugins
...
Update to latest Lab plugins
10 years ago
Steven Silvester
b2c7430a7a
Update to latest plugins
10 years ago
Kyle Kelley
44124408b4
Merge pull request #1149 from dsifford/patch-1
...
[Dockerfile change]: Add 2 dependencies to python build layer
10 years ago
Derek Sifford
b112f015de
Add comment to line 5 referencing docker-stacks
10 years ago
Jonathan Frederic
ef0bb2a5c8
Merge pull request #1143 from captainsafia/fix-edit-for-js
...
Exempt javascript files from files check
10 years ago
Derek Sifford
0e71b5ea1f
Add dependencies to python build layer
...
`pip2 install scipy` (and potentially others) fails without `libatlas-base-dev` and `gfortran`.
10 years ago
Min RK
d6b4ef071b
Merge pull request #972 from blink1073/add-lab-page
...
Add Lab Page
10 years ago
Jonathan Frederic
f163275181
Merge pull request #1145 from minrk/fix-delete
...
Freeze selection when performing actions on selected items
10 years ago
Steven Silvester
d09cc9f5ed
Remove unused setup command
10 years ago
Steven Silvester
80db07a5e2
Remove unused dependency
10 years ago
Steven Silvester
a63f098d0e
Remove scratch notebook
10 years ago
Steven Silvester
317f102663
Fix setupbase and update to latest plugins
10 years ago
Steven Silvester
e663bc3156
Add a jupyter lab page
...
wip add lab page
Add missing source files
Remove unused typings
Clean up tsconfig
No typings are required
Add typescript to dev dependencies
Switch to a JS-only build
Remove unused config file
Remove unused test and cleanup handlers
Update the setup file to build the lab
Use new application plugin from js-plugins
Remove whitespace changes
Bump plugins version
Update to latest plugins
Update to latest plugins
Update to latest jupyter-js-plugins and add files to manifest
Work around bug in css-loader
Update plugins and fix webpack warning
Update lab version
Fix static directory path
Bump plugins version
Add the try jupyter link
Bump dependencies
Back out whitespace changes
Update plugins version
Update dependencies
Update the bootstrap file
Use a standalone template for the lab page
10 years ago
Min RK
2c4138862f
Freeze selection when performing actions on selected items
...
avoids async changes to selection causing events to misfire
Fixes delete being a no-op due to select being cleared by shutdown_selected
10 years ago
Min RK
9e1ce0e3dc
Merge pull request #1142 from captainsafia/fix-rename-with-capitalization
...
Fix rename_file to be case insensitive
10 years ago
Min RK
f504fb277b
Merge pull request #1144 from julienr/fix_tests_readme
...
Update tests/README.md
10 years ago
Julien Rebetez
93201ddece
Update tests/README.md to point towards using notebook.jstest instead of iptest
10 years ago
Julien Rebetez
f50474d60d
Add test for attachments garbage collection
10 years ago
Julien Rebetez
51cab51f1c
Add Copy/Paste cell attachments test
10 years ago
Julien Rebetez
cc58b282fd
Remove jquery from dependencies since it’s a global
10 years ago
Safia Abdalla
e30c28eeba
Updated same_file to check for same device
10 years ago
Safia Abdalla
955c3d0c03
Exempt javascript files from files check
10 years ago
Safia Abdalla
7a8aa92b73
Add same_file check in rename_file
10 years ago
Safia Abdalla
3f4a2cb00b
Add same_file utility function
10 years ago
Carol Willing
5d6acb1db5
Merge pull request #1134 from captainsafia/update-contrib-in-readme
...
Update link to developer documentation
10 years ago
Safia Abdalla
515df8b7b7
Update README.md
10 years ago
Thomas Kluyver
964c31fbe8
Merge pull request #1139 from minrk/run-npm-if-we-should
...
simplify js build steps
10 years ago