Commit Graph

33 Commits (fa55ba2b438beeaebbdcb17aacc76f2cec2b3940)

Author SHA1 Message Date
Brian Granger 09da6cb8af Always use filename as the notebook name.
14 years ago
Matthias BUSSONNIER 293243fcf4 remove references to loadpy
14 years ago
MinRK 124037690e use os.getcwdu in NotebookManager
14 years ago
Thomas Kluyver abd3989bb6 Specify UTF-8 encoding for saving notebook as script.
14 years ago
Thomas Kluyver 53b10b861c Save notebook as script using unicode file handle.
14 years ago
Brian Granger 0051dd3bda Fixing docstring in the notebook manager.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
14 years ago
Fernando Perez b3d5732690 Fix typo in help string
14 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
14 years ago
MinRK dca65fa91d include error in 'Unexpected error' message.
14 years ago
MinRK 46cd0213a6 allow saving notebook.py next to notebook.ipynb
14 years ago
MinRK 7519ff3b41 split likely multiline strings when writing to/from JSON
14 years ago
Thomas Kluyver 609e4134ff Decode data for saving notebook, allowing saving in Python 3.
15 years ago
Fernando Perez d1cfedaf16 Leave commented-out stable url code for reference, with TODO.
15 years ago
Brian E. Granger f1e4a59777 Adding messages to HTTPError raising.
15 years ago
Brian E. Granger fa8ab6f37d Going back to using uuid.uuid4() for notebook ids.
15 years ago
Brian E. Granger 919a393622 Fixing bug in new metadata implementation.
15 years ago
Brian E. Granger ea8b4de42d Implemented metadata for notebook format.
15 years ago
Brian E. Granger 0784df1b9d Making JSON the default .ipynb format.
15 years ago
Brian E. Granger b17100a63b Merge branch 'htmlnotebook_list_notebooks' of https://github.com/stefanv/ipython into stefanv-htmlnotebook_list_notebooks
15 years ago
Stefan van der Walt 55ffc1c083 Move glob to global level import.
15 years ago
Stefan van der Walt fb2c31b2ea Allow period characters in notebook names.
15 years ago
Brian E. Granger 6243652cfd Changing notebook uuid algorithm to preserver across sessions.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger 60147f495f A single tab-completion match is now automatically selected.
15 years ago
Brian E. Granger da63e8cbe8 Minor fixes to config system for notebook.
15 years ago
Brian E. Granger a0cbccaa03 Adding kernel/notebook associations.
15 years ago
Brian E. Granger 458c48b229 File upload/import working from notebook browser.
15 years ago
Brian E. Granger e0cc1a6c48 Implemented delete functionality in nb browser.
15 years ago
Brian E. Granger c106630a2f Implemented basic notebook browser and fixed numerous bugs.
15 years ago
Brian E. Granger b11824ef1b Massive work on the notebook document format.
15 years ago