4682 Commits (a257e580a02dcb0c20cd103d502cdcafca92dc0c)

Author SHA1 Message Date
Thomas Kluyver e1cbaf3d3c Fix spelling
12 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
12 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
12 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
12 years ago
Thomas Kluyver c1c591336e Some more event cleanup
12 years ago
Thomas Kluyver cf828ccf4e Cut out some superfluous events
12 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
12 years ago
Thomas Kluyver 29d88a91a6 Standardise JS checkpointing API, use it for notebooks
12 years ago
Thomas Kluyver 14106cbd66 Move contents API module into services
12 years ago
Thomas Kluyver a10dea4cd5 Add Contents.api_url convenience function
12 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
12 years ago
Thomas Kluyver 478648bde5 Page URL is /notebooks/..., not contents
12 years ago
Thomas Kluyver c661c85abd Add missing semicolon
12 years ago
Jeff Hemmelgarn 47a88f0e1d Remove version
12 years ago
Jeff Hemmelgarn dab99c599f Remove unnecessary backwards compatibility code
12 years ago
Jeff Hemmelgarn 53463898eb Move contentmanager to contents
12 years ago
jhemmelg 5109be2d28 ContentManager function signatures updated
12 years ago
jhemmelg 496fa1901f Initial interface for javascript contentmanagers
12 years ago
Jeff Hemmelgarn 09e0ff93d8 Fix a few problems with cherry-picked commits
12 years ago
KesterTong 3994d4d56a Adds configuration options to use Google Drive content manager
12 years ago
KesterTong 952ac7d0d8 Moves load_notebook to ContentManager and adds new_notebook to Google Drive version
12 years ago
KesterTong e3ef5d3b70 Moves list_notebooks to ContentManager
12 years ago
KesterTong dfcf14f26c Uses events for ContentManager.save_notebook
12 years ago
KesterTong 04fc61285f Use events for rename_notebook
12 years ago
KesterTong 75d7e69fc8 Use $.proxy instead of that
12 years ago
KesterTong 9881d17bb1 Remove unused event
12 years ago
KesterTong 61a911fc0c Fix constructor comments
12 years ago
KesterTong 0aada3ac5d Remove deleted notebook from notebook list
12 years ago
KesterTong 077ba397c1 Removes unnecessary parameter from ContentManager.delete_notebook
12 years ago
Jeff Hemmelgarn 99323b1173 Move saving to contentmanager
12 years ago
Jeff Hemmelgarn 5b5e194082 Move notebook.rename to contentmanager
12 years ago
Jeff Hemmelgarn 7043aa1b9e switch notebook.delete to use contentmanager
12 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
12 years ago
KesterTong 993833d018 Replace other methods with ContentManager.new_notebook
12 years ago
KesterTong d17ca85f5b Adds dialog on new_notebook failure
12 years ago
KesterTong 5717a3eb10 Make ContentManager stateless
12 years ago
KesterTong 99f2647edd Use IPython style constructor
12 years ago
KesterTong 21a5b5a965 Style and bug fixes
12 years ago
jhemmelg 112a74c566 ContentManager function signatures updated
12 years ago
jhemmelg d5a84bb8a4 Initial interface for javascript contentmanagers
12 years ago
Thomas Kluyver a16a3d0270 Merge pull request #6045 from minrk/nbformat4
12 years ago
Min RK 96183a60a0 create new terminals with POST /api/terminals
12 years ago
Min RK 196b91e73b Merge pull request #6828 from takluyver/terminal-list
12 years ago
Min RK 525f6a7561 fix backward `f, nb` args for nbformat.write
12 years ago
MinRK 7cf53c998c restore ability to sign v3 notebooks
12 years ago
MinRK 53ef8e1e1e remove unused OuptutArea.rename_keys
12 years ago
MinRK af735018f3 don't use nbformat.current in IPython.html
12 years ago
MinRK ae0b46aa3f address review from takluyver
12 years ago
MinRK 12f94ae2a2 use from_dict for dict->notebook
12 years ago
MinRK d979f4bedd better regex replacement for MarkdownCell.set_heading_level
12 years ago
MinRK dd95b1ef5f remove heading cells in v4
12 years ago
MinRK 458dcd12e3 make markdown heading input match output size
12 years ago
MinRK 6ca260e611 output[mime/type] -> output.data[mime/type] in javascript
12 years ago
MinRK a50042745f semicolons, you guys!
12 years ago
MinRK baf65234b9 move mime-bundle data to rich output.data
12 years ago
MinRK 09acc6c854 msgspec: stream.data -> stream.text
12 years ago
MinRK 14cfb2efc1 s/prompt_number/execution_count in nbformat 4
12 years ago
MinRK 07079095a8 update html/js to nbformat 4
12 years ago
Min RK 3e82ea8319 actually send only one kernel_info request
12 years ago
Matthias Bussonnier 63d4534959 Get pre_get to work and make session logs when adapter changes
12 years ago
Thomas Kluyver 8e1914a446 Merge pull request #6825 from minrk/bad-kernelspecs
12 years ago
Thomas Kluyver d32322e332 Show terminals as terminals/name
12 years ago
Thomas Kluyver 4025b57ed8 Only display terminals in dashboard if terminals are available
12 years ago
Min RK 1d7f8803e0 use ?download=1 to trigger download in /files/
12 years ago
Thomas Kluyver 65e664b143 Add list of available terminals in the dashboard
12 years ago
Min RK e329a79bc8 language is removed from kernel specs
12 years ago
Min RK a2575af6a7 log kernel specs that fail to load
12 years ago
Matthias Bussonnier 1281319cc9 Merge pull request #6820 from takluyver/terminals-tornado-3
12 years ago
Thomas Kluyver ce14f905e0 Fix terminals with Tornado 3
12 years ago
Thomas Kluyver db6cd028ea Merge pull request #6793 from takluyver/langinfo
12 years ago
Thomas Kluyver adeefa8578 Merge pull request #6493 from SylvainCorlay/python_widget_registry
12 years ago
Min RK 965102ba60 Merge pull request #6554 from Carreau/itsallaboutme
12 years ago
Scott Sanderson b4c5755ad4 BUG: Set file encoding for IPython.html.terminal.handlers.
12 years ago
Sylvain Corlay ed5e602950 jupyter -> IPython
12 years ago
Sylvain Corlay 374459e5e7 Adding custom keys for core jptr notebook
12 years ago
Sylvain Corlay 18e77a090a registering core widgets
12 years ago
Sylvain Corlay e5b347804a widget registry
12 years ago
Thomas Kluyver 1abce7c065 Merge pull request #6807 from minrk/debug-ws-open
12 years ago
Min RK 5ff9ded54a Merge pull request #6614 from takluyver/nb-terminal-ui
12 years ago
Min RK e5b135a905 debugging websocket connections
12 years ago
Mateusz Paprocki 3d825cfbcc Allow to specify CodeMirror's syntax mode as MIME
12 years ago
Bussonnier Matthias 5ecf6efdac cache sys-info
12 years ago
Jonathan Frederic ba77877c18 Rebase fixes
12 years ago
Jonathan Frederic 04d0874a80 JS test fix
12 years ago
Jonathan Frederic db10ae8f2d s/target_name/widget_class
12 years ago
Jonathan Frederic cb2c76999c Address some more review comments...
12 years ago
Jonathan Frederic 3cb5ac6fbb Clarified API for the create_model function,
12 years ago
Jonathan Frederic a68df8a8b1 Address @minrk 's review comments.
12 years ago
Jonathan Frederic fbca0bfa3f Rebase fixes.
12 years ago
Jonathan Frederic 5a655b24da Fixed typo.
12 years ago
Jonathan Frederic 2b5ebb9e8f Make Python push initial state.
12 years ago
Jonathan Frederic e7ee9c12b3 Enable widget instanciation from front-end.
12 years ago
Min RK b26706ba69 Merge pull request #6800 from takluyver/mdcell-render-event
12 years ago
Min RK e5aa7ef70b Merge pull request #6763 from takluyver/require-widget-models-comm-targets
12 years ago
Thomas Kluyver 659accf69e Add event for Markdown cell rendered
12 years ago
MinRK a5a43e2746 Don't resend kernel info requests if a bad reply is received
12 years ago
MinRK 94d6196ef9 add websocket workarounds for tornado 3
12 years ago
MinRK 769fe38789 cache kernel_info reply for protocol adaptation
12 years ago
Thomas Kluyver c8af873aeb Remove override.css from the template
12 years ago
Thomas Kluyver ea896c3f16 Compatibility fix for Tornado 3.x
12 years ago