Matthias BUSSONNIER
293243fcf4
remove references to loadpy
...
remove most of the references to loadpy across the docs and example
14 years ago
MinRK
124037690e
use os.getcwdu in NotebookManager
...
prevents unicode error when starting in non-unicode path.
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.
...
Closes gh-1345
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
...
enable with:
NotebookManager.save_script=True
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.
...
These messages are not returned to the browser, but are printed
to the server logs and will help the code readability.
I have also used a more specific code in some cases.
15 years ago
Brian E. Granger
fa8ab6f37d
Going back to using uuid.uuid4() for notebook ids.
...
We were having problems with notebook renaming when using uuid5,
as there are many places in the code where we assume that the
notebook id is unique and unchanging as long as the notebook
server runs.
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.
...
* Favicon.ico is served.
* Test suit now passes.
* Help links work for for me.
* Other changes made to address inline comments.
* The printing of long lines is an extremely subtle issue and I will open an issue for it.
* zmqws.py is completely gone so the naked print is not an issue.
* ipython-notebook removed from scripts.
* Updated copyright and authors of files.
* Fixed missing docstrings in IPython.nbformat.
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.
...
* Dialog confirms the notebook delete.
* Notebook element is removed from list upon deletion.
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.
...
* Finished nbformat work and debugged the versioning API.
* Integrated the nbformat with the notebook. Save/New/Open/Export
are all now working.
15 years ago