Commit Graph

5140 Commits

Author SHA1 Message Date
MinRK
bec995aa63 updates per review
a few more notebook mentions in docstrings,
and inappropriate use of setdefault.
2014-07-31 11:57:37 -07:00
MinRK
2ea31b5ee0 use contents manager to handle redirect of /notebooks -> /files
avoids 404 on /files for visiting a nonexistent notebook
2014-07-31 11:57:37 -07:00
MinRK
93b300adda support deleting empty directories
can’t copy directories
2014-07-31 11:57:37 -07:00
MinRK
260afd76ae contents service review
- missed some s/notebook/file/ in docstrings
- manager doesn’t sort contents
2014-07-31 11:57:37 -07:00
MinRK
accf0878ae test creating a directory with PUT 2014-07-31 11:57:37 -07:00
MinRK
8c4069cc00 add support and tests for uploading and saving regular files 2014-07-31 11:57:36 -07:00
MinRK
3674958b70 teach tree view about non-notebook files 2014-07-31 11:57:36 -07:00
MinRK
0c0eb43719 teach contents service about non-notebook files 2014-07-31 11:57:36 -07:00
MinRK
6cce477e07 rename notebooks service to contents service
minimal functional changes, committing because tests are passing.
2014-07-31 11:57:36 -07:00
MinRK
b73aa2b9f9 mv services/notebooks services/contents 2014-07-31 11:57:35 -07:00
MinRK
6d292040b4 require mistune 0.3.1
changed signatures
2014-07-31 11:52:57 -07:00
Jason Grout
1da978e987 Merge pull request #5 from jdfreder/css-top-default
Fix js-tests for new default selector logic.
2014-07-31 09:55:12 -04:00
Jonathan Frederic
2aaaccc40a Clear output 2014-07-30 23:42:44 -07:00
Jonathan Frederic
aeae4aeffe Added images 2014-07-30 23:42:44 -07:00
Jonathan Frederic
829afb4a59 renamed: FrontendKernel.graffle/data.plist -> ../../images/FrontendKernel.graffle/data.plist
renamed:    FrontendKernel.graffle/image1.png -> ../../images/FrontendKernel.graffle/image1.png
	renamed:    FrontendKernel.png -> ../../images/FrontendKernel.png
2014-07-30 23:42:44 -07:00
Jonathan Frederic
82a66f80d4 More updates 2014-07-30 23:42:44 -07:00
Brian E. Granger
958b063c62 Adding widget diagrams. 2014-07-30 23:42:44 -07:00
Jonathan Frederic
285e8af6f2 Updated examples,
- Fixed scrollbar examples for Bootstrap 3
- Use header cells instead of markdown headers
2014-07-30 23:42:43 -07:00
Jonathan Frederic
224711f177 Updated widget tutorial,
- Added slide metadata.
- Bolded important parts of speach.
2014-07-30 23:42:43 -07:00
Brian E. Granger
85ffe2459c Work on Rich output. 2014-07-30 23:42:42 -07:00
Jonathan Frederic
0d022ec70b Updated widget notebooks for PyData2014 2014-07-30 23:42:41 -07:00
Brian E. Granger
458d6d762b More docs work. 2014-07-30 23:42:41 -07:00
Brian E. Granger
f2f461eb36 More work on notebook tutorials. 2014-07-30 23:42:41 -07:00
Brian E. Granger
a1da7b09d0 Moving UI and rm Dashboard nb. 2014-07-30 23:42:40 -07:00
Brian E. Granger
acb0b17414 Moving things around. 2014-07-30 23:42:40 -07:00
Brian E. Granger
545eb25dd8 Pulling in content and rewriting from ipython-in-depth. 2014-07-30 23:42:39 -07:00
Brian E. Granger
b0a50f1e0a Adding moved content. 2014-07-30 23:42:39 -07:00
Jonathan Frederic
93b3510ec1 Added custom widget tutorial examples 2014-07-30 23:35:50 -07:00
Jonathan Frederic
462b11832c Updated basics notebook for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
a8cad2fa7d Updated widget events for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
5c103ab202 Widget styling updates for pydata2014 2014-07-30 23:35:50 -07:00
Jonathan Frederic
45e5b7627a renamed: Widget Styles.ipynb -> Widget Styling.ipynb 2014-07-30 23:35:50 -07:00
Jonathan Frederic
2303f60379 Added widget list 2014-07-30 23:35:50 -07:00
Jonathan Frederic
c6df4bfb9d renamed: Custom Widgets.ipynb -> Date Picker Widget.ipynb 2014-07-30 23:35:49 -07:00
Brian E. Granger
a5805f9631 Pulling content from ipython-in-depth. 2014-07-30 23:35:49 -07:00
Brian E. Granger
7d8fe7e37d Moving over new interact tutorial. 2014-07-30 23:35:49 -07:00
Brian E. Granger
99acef68a6 Working on notebook docs. 2014-07-30 23:35:49 -07:00
Brian E. Granger
2321abc143 Work on notebook docs. 2014-07-30 23:35:49 -07:00
Brian E. Granger
25beae438f Creating overall structure and organization. 2014-07-30 23:35:49 -07:00
Min RK
d093237f2f Merge pull request #6216 from SylvainCorlay/comm-unregister
Unregistering comms in Comm Manager
2014-07-30 22:18:11 -07:00
Sylvain Corlay
1bbc915ac0 setting _comm to None 2014-07-30 23:16:24 -04:00
Paul Ivanov
fd53a306c4 Merge pull request #6197 from ivanov/set-text-rendered
changing text of cell should reset rendered status
2014-07-30 17:39:59 -07:00
Paul Ivanov
9cafcaa421 fix more style consistencies 2014-07-30 17:31:00 -07:00
Paul Ivanov
5e018bba0d match font family when editing heading cells 2014-07-30 17:24:47 -07:00
Paul Ivanov
468e568ea7 appropriate heading level when loading from JSON 2014-07-30 17:23:58 -07:00
Matthias BUSSONNIER
8b20aee32e use momentjs for nice dates 2014-07-30 23:37:07 +02:00
Min RK
a2a70b40e2 Merge pull request #6145 from Carreau/style-cleanup
JS/CSS Style cleanup
2014-07-30 13:36:04 -07:00
Jonathan Frederic
083671a572 Fix js-tests for new default selector logic. 2014-07-30 12:10:56 -07:00
Thomas Kluyver
9e2363a657 Merge pull request #6237 from jasongrout/iptest-profile-dir
Explicitly set the profile directory when running tests
2014-07-30 11:11:41 -07:00
Matthias BUSSONNIER
2899c766a1 remove var 2014-07-30 18:13:31 +02:00