Commit Graph

9174 Commits

Author SHA1 Message Date
Jonathan Frederic
166afb928c Clarify doc strings 2016-02-26 16:01:39 -08:00
Jonathan Frederic
50d3452a4c Use better ansi codes 2016-02-26 15:58:43 -08:00
Jonathan Frederic
fa399450c4 Fix poor logic in manager.py 2016-02-26 15:41:24 -08:00
Jonathan Frederic
29279e21e7 Fix typo 2016-02-26 15:41:14 -08:00
Derek Sifford
0e71b5ea1f Add dependencies to python build layer
`pip2 install scipy` (and potentially others) fails without `libatlas-base-dev` and `gfortran`.
2016-02-26 18:25:47 -05:00
Jonathan Frederic
b5c4e98fe8 Get the serverextensions stuff to work and add unit tests for it 2016-02-26 15:15:27 -08:00
Jonathan Frederic
54dd9c525a Squash some bugs and write unit tests
Fix the new tests
2016-02-26 14:23:46 -08:00
Jonathan Frederic
a205169002 Remove line that was causing the tests to fail 2016-02-26 09:32:03 -08:00
Jonathan Frederic
24d95a5d62 Server extensions dict,
and formatted output
2016-02-26 09:32:03 -08:00
Jonathan Frederic
e8dd95f41d Address review comments 2016-02-26 09:32:02 -08:00
Jonathan Frederic
8d2f8c1601 Some more updates to nbext and serverext 2016-02-26 09:32:02 -08:00
Jonathan Frederic
fd2fda7467 Address additional comments 2016-02-26 09:32:02 -08:00
Jonathan Frederic
6cc81453d4 Simplify mappings 2016-02-26 09:32:02 -08:00
Jonathan Frederic
9d6b048633 Add uninstall command 2016-02-26 09:32:02 -08:00
Jonathan Frederic
049d00a923 Remove json dependency 2016-02-26 09:32:02 -08:00
Jonathan Frederic
13905d5b83 Remove unused nbextensions_* variables 2016-02-26 09:32:02 -08:00
Jonathan Frederic
ea95f4101e Add common, terminal, and edit extension points 2016-02-26 09:32:02 -08:00
Jonathan Frederic
a92244b7fb Format list command output nicely 2016-02-26 09:32:02 -08:00
Jonathan Frederic
067e452b79 --py and --python should work 2016-02-26 09:32:02 -08:00
damianavila
f437042e40 First iteration on serverextension CLI. List working OK. I have the check and revisit the other ones: enable, disable. 2016-02-26 09:32:02 -08:00
Brian E. Granger
de42e6d9d2 Working on logging. 2016-02-26 09:32:02 -08:00
Brian E. Granger
7705bfd5ab New approach working, old approach gone. 2016-02-26 09:32:02 -08:00
Brian E. Granger
b208d29d84 More changes to the nbextensions. 2016-02-26 09:32:02 -08:00
Brian E. Granger
49b7b8c071 This part of things is working. 2016-02-26 09:32:02 -08:00
Brian E. Granger
142ae515bc Adding prototype nbextensions argument to NotebookApp 2016-02-26 09:32:02 -08:00
Min RK
d6b4ef071b Merge pull request #972 from blink1073/add-lab-page
Add Lab Page
2016-02-26 16:16:00 +01:00
Jonathan Frederic
f163275181 Merge pull request #1145 from minrk/fix-delete
Freeze selection when performing actions on selected items
2016-02-25 09:35:39 -08:00
Steven Silvester
d09cc9f5ed Remove unused setup command 2016-02-25 09:39:58 -06:00
Steven Silvester
80db07a5e2 Remove unused dependency 2016-02-25 09:36:55 -06:00
Steven Silvester
a63f098d0e Remove scratch notebook 2016-02-25 09:35:23 -06:00
Steven Silvester
317f102663 Fix setupbase and update to latest plugins 2016-02-25 09:12:55 -06:00
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
2016-02-25 09:09:05 -06:00
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
2016-02-25 11:37:57 +01:00
Min RK
9e1ce0e3dc Merge pull request #1142 from captainsafia/fix-rename-with-capitalization
Fix rename_file to be case insensitive
2016-02-25 11:17:32 +01:00
Min RK
f504fb277b Merge pull request #1144 from julienr/fix_tests_readme
Update tests/README.md
2016-02-25 11:17:05 +01:00
Julien Rebetez
93201ddece Update tests/README.md to point towards using notebook.jstest instead of iptest 2016-02-25 10:49:51 +01:00
Julien Rebetez
f50474d60d Add test for attachments garbage collection 2016-02-25 10:38:18 +01:00
Julien Rebetez
51cab51f1c Add Copy/Paste cell attachments test 2016-02-25 10:15:50 +01:00
Julien Rebetez
cc58b282fd Remove jquery from dependencies since it’s a global 2016-02-25 10:15:29 +01:00
Safia Abdalla
e30c28eeba Updated same_file to check for same device 2016-02-25 02:06:15 -06:00
Safia Abdalla
955c3d0c03 Exempt javascript files from files check 2016-02-25 01:59:29 -06:00
Safia Abdalla
7a8aa92b73 Add same_file check in rename_file 2016-02-25 01:36:34 -06:00
Safia Abdalla
3f4a2cb00b Add same_file utility function 2016-02-25 01:34:14 -06:00
Carol Willing
5d6acb1db5 Merge pull request #1134 from captainsafia/update-contrib-in-readme
Update link to developer documentation
2016-02-25 01:28:38 +08:00
Safia Abdalla
515df8b7b7 Update README.md 2016-02-24 11:08:45 -06:00
Thomas Kluyver
964c31fbe8 Merge pull request #1139 from minrk/run-npm-if-we-should
simplify js build steps
2016-02-24 16:28:17 +00:00
Julien Rebetez
ea57ff74a6 Explain why we disable caja uri checks on img::src 2016-02-24 16:56:25 +01:00
Julien Rebetez
c7186d5c09 Remove unused attachments on manual save 2016-02-24 16:56:25 +01:00
Julien Rebetez
a0920c47d8 Simplify attachments handling code by having an attachment attribute in every cell 2016-02-24 16:56:25 +01:00
Julien Rebetez
c8266aa507 Fix cell attachments copy/paste 2016-02-24 16:56:24 +01:00