844 Commits (b5c4e98fe8caa7b29dbf6cacb3649d968893018b)

Author SHA1 Message Date
Jonathan Frederic b5c4e98fe8 Get the serverextensions stuff to work and add unit tests for it
10 years ago
Jonathan Frederic 54dd9c525a Squash some bugs and write unit tests
10 years ago
Jonathan Frederic a205169002 Remove line that was causing the tests to fail
10 years ago
Jonathan Frederic 24d95a5d62 Server extensions dict,
10 years ago
Jonathan Frederic e8dd95f41d Address review comments
10 years ago
Jonathan Frederic 8d2f8c1601 Some more updates to nbext and serverext
10 years ago
Jonathan Frederic fd2fda7467 Address additional comments
10 years ago
Jonathan Frederic 6cc81453d4 Simplify mappings
10 years ago
Jonathan Frederic 9d6b048633 Add uninstall command
10 years ago
Jonathan Frederic 049d00a923 Remove json dependency
10 years ago
Jonathan Frederic 13905d5b83 Remove unused nbextensions_* variables
10 years ago
Jonathan Frederic ea95f4101e Add common, terminal, and edit extension points
10 years ago
Jonathan Frederic a92244b7fb Format list command output nicely
10 years ago
Jonathan Frederic 067e452b79 --py and --python should work
10 years ago
damianavila f437042e40 First iteration on serverextension CLI. List working OK. I have the check and revisit the other ones: enable, disable.
10 years ago
Brian E. Granger de42e6d9d2 Working on logging.
10 years ago
Brian E. Granger 7705bfd5ab New approach working, old approach gone.
10 years ago
Brian E. Granger b208d29d84 More changes to the nbextensions.
10 years ago
Brian E. Granger 49b7b8c071 This part of things is working.
10 years ago
Brian E. Granger 142ae515bc Adding prototype nbextensions argument to NotebookApp
10 years ago
Min RK d6b4ef071b Merge pull request #972 from blink1073/add-lab-page
10 years ago
Steven Silvester 80db07a5e2 Remove unused dependency
10 years ago
Steven Silvester 317f102663 Fix setupbase and update to latest plugins
10 years ago
Steven Silvester e663bc3156 Add a jupyter lab page
10 years ago
Min RK 2c4138862f Freeze selection when performing actions on selected items
10 years ago
Min RK 9e1ce0e3dc Merge pull request #1142 from captainsafia/fix-rename-with-capitalization
10 years ago
Julien Rebetez 93201ddece Update tests/README.md to point towards using notebook.jstest instead of iptest
10 years ago
Safia Abdalla e30c28eeba Updated same_file to check for same device
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
Thomas Kluyver 843e9a181a Merge pull request #1136 from minrk/close-restart-channel
10 years ago
Min RK 6b82621b9a Merge pull request #1130 from takluyver/daemonic-test-server
10 years ago
Min RK ba161b06dd teardown zmq Context explicitly at the end of each test group
10 years ago
Min RK 1c47a3dbb5 channel.closed is a method
10 years ago
Min RK a1458ce8fc Merge pull request #1047 from jdfreder/webpack
10 years ago
Jonathan Frederic 4b8f19e5e7 Merge pull request #1127 from minrk/read-only-download
10 years ago
Min RK 95bd8c3c76 Merge pull request #940 from Carreau/enable-warnings
10 years ago
Min RK 7472fc0458 Don't force save before download if notebook isn't writable
10 years ago
Matthias Bussonnier 6ab2cd0dd6 Show warnings during tests
10 years ago
Matthias Bussonnier cc8b3be283 Merge pull request #1055 from minrk/mathjax-mathml
10 years ago
Thomas Kluyver ce3dd80391 Mark thread as daemon in a way that Python 2 supports
10 years ago
Thomas Kluyver c1a2a26551 Mark thread for test server as daemonic
10 years ago
Jonathan Frederic 68cd52bd22 Enable deprecated import of auth/main
10 years ago
Jonathan Frederic b7f6f39b29 Add missing underscore reference
10 years ago
Jonathan Frederic 08e968d7e9 Make events a global singleton
10 years ago
Jonathan Frederic 5b337bbfee Add missing import
10 years ago
Jonathan Frederic dd57cded75 Fix the new deprecated names test
10 years ago
Jonathan Frederic 4b0aa51ce7 Don't load main files - they should never be referenced anyways,
10 years ago
Jonathan Frederic e64f1f9dc2 Dynamically set base url
10 years ago
Jonathan Frederic ac7f19821f @williningc's suggestions
10 years ago