Min RK
0c90391f8a
handle display-updates as updates
10 years ago
Min RK
a7a30c3bde
fix handling of display_id repeats in a single output area
10 years ago
Min RK
5b2279c192
support repeat displays with id
10 years ago
Min RK
f82f2568f5
Support update_display
10 years ago
Min RK
0f05b2bf26
display_id comes from transient dict, not top-level
10 years ago
Min RK
30d3406f54
allow updating display_data messages in-place using display_id
10 years ago
Min RK
1c930b1b9c
don’t clear callbacks for cell output until next execute
...
adds callbacks.clear_on_done bool flag for kernel callbacks.
Default: true (current behavior)
Setting to false means that the caller is taking responsibility for clearing callbacks.
Use this in cells to only clear callbacks on the next execution, for better handling of async output.
10 years ago
Thomas Kluyver
f8f53ee805
Merge pull request #1807 from minrk/set-dirty-output
...
set dirty flag when output arrives
10 years ago
Min RK
22b3efb39d
set dirty flag when output arrives
...
and when the prompt changes
we were previously only setting dirty when execution finishes, leaving dirty=false during many changes until the output is complete
10 years ago
Min RK
92d3f4235d
Merge pull request #1359 from blink1073/generic-session
...
Update the session api in preparation for file and console sessions
10 years ago
Matthias Bussonnier
558ed9a6db
Merge pull request #1769 from gnestor/persist-header-toggle
...
Persist header and toolbar toggle status in nbconfig
10 years ago
Ashish Dahiya
c38c476df8
Create ws_url from wsUrl attribute. If wsUrl is not found, fallback to location.host
10 years ago
Matthias Bussonnier
111e41f521
Merge pull request #1776 from gnestor/html-table-styles
...
Update table styles to be consistent with JupyterLab
10 years ago
spoorthyv
6a3260b435
Updated Jupyter Logos
10 years ago
Matthias Bussonnier
dd4b052403
Merge pull request #1482 from yuvipanda/readonly-cells
...
Respect 'editable' cell metadata
10 years ago
Grant Nestor
6c1fe1f947
Move toggle logic from property setters in to actions
10 years ago
Grant Nestor
a0fd16cc6f
`border-width: 1px`
10 years ago
Grant Nestor
d411f0ac43
Update table styles to be consistent with JupyterLab
10 years ago
Grant Nestor
c656fc0846
Access config via `ConfigWithDefaults` vs. `ConfigSection`
...
Move toggle logic to `notebook.js` vs. `actions.js` to be consistent
with `notebook.line_numbers`
10 years ago
Grant Nestor
61eec926fe
Check header and toolbar toggle status after nbconfig loads
10 years ago
Grant Nestor
11d56a23e8
Define `header` and `toolbar` properties for notebook
...
If `notebook.header` or `notebook.toolbar` are `false`, hide them on
load
10 years ago
Thomas Kluyver
83785e3533
Merge pull request #1763 from gnestor/@-operator-codemirror
...
Include `@` operator in Codemirror ipython mode
10 years ago
Grant Nestor
568ba574b0
Merge pull request #1739 from minrk/terminal-logout
...
enable logout button on terminal page
10 years ago
Grant Nestor
fcb0be27f9
Include `@` operator in Codemirror ipython mode
10 years ago
Grant Nestor
4c3e9964dd
Merge pull request #1757 from minrk/markdown-load
...
Fix markdown mode loading
10 years ago
Grant Nestor
767942ccf4
Upgrade cell's `editable` and `deletable` metadata if not defined
10 years ago
Yuvi Panda
e0bcb7deb4
Merge pull request #1759 from gnestor/terminal-style
...
Fix terminal styles
Fixes #1724
10 years ago
Grant Nestor
ec35079b06
Fix terminal width style bug
10 years ago
Min RK
460d3027ce
merge TextCell options_default into MarkdownCell, RawCell
10 years ago
Min RK
f1fc424b19
add async workaround for slow load of ipythongfm definition
...
if ipythongfm is defined after notebook is loaded, re-load it in all cells that are using it.
10 years ago
Min RK
d52e1e2419
Restore loading of options_default in text cells
...
fixes omitted codemirror config due to ignoring options_default.
load options_default via config defaults (modifying options_default at runtime has no effect).
10 years ago
Min RK
0e5047e75d
allow returning full class config data, merged with defaults
...
and merge object config values with defaults (e.g. Cell.cm_config)
10 years ago
Min RK
dfea6b47df
enable logout button on terminal page
10 years ago
Thomas Kluyver
23ca9602c2
Merge pull request #1727 from minrk/ipython-doc-links
...
fix outdated links to ipython-doc
10 years ago
Min RK
58b4a59fce
Merge pull request #1709 from superbobry/patch-4
...
Fixed a bug in 'ConfigWithDefaults.get_sync'
10 years ago
Min RK
4bdc954212
fix outdated links to ipython-doc
10 years ago
Sylvain Corlay
b01b6f8cc7
Remove jupyter lab link and old bundle
10 years ago
Grant Nestor
e9d448837c
Remove MathML mime type
10 years ago
Sergei Lebedev
b1d0f3c1fa
Fixed a bug in 'ConfigWithDefaults.get_sync'
...
The method returned the default value if the result of '_class_data'
lookup was falsy (in the JS sense).
This bug also affected 'ConfigWithDefaults.get'.
10 years ago
Min RK
b9292d3139
Merge pull request #1680 from poke1024/mglyph-output
...
fixes problem with disappearing MathJax mglyphs in output areas
10 years ago
Brian E. Granger
6c8d453762
Merge pull request #1676 from gnestor/toggle-line-numbers
...
View > Toggle line numbers
10 years ago
Kyle Kelley
85d7cfba22
Merge pull request #1685 from gnestor/content-mathml
...
Add MathJax support for Content MathML
10 years ago
Grant Nestor
33fdb5cce4
Add MathJax support for Content MathML
10 years ago
Bernhard Liebl
ce6ea93e25
fixes problem with disappearing MathJax mglyphs in output areas
10 years ago
Grant Nestor
d11d2dd942
Replace mime type strings with constants
10 years ago
Min RK
f396334380
Merge pull request #1579 from parente/bundler-api
...
Bundler extension API
10 years ago
Kyle Kelley
a249c9cdd7
Merge pull request #1672 from gnestor/mime-mathml
...
Add support for MathML mime type
10 years ago
Matthias Bussonnier
14089ce139
Inherit configuration and propagate it from MD cell
...
Persist the configuration of toggling in nbconfig.
10 years ago
Matthias Bussonnier
3fdeaa18d8
Merge pull request #1669 from gnestor/broken-kernel
...
If kernel is broken, start a new session
10 years ago
Grant Nestor
2b7ce12e74
Always start a new session on switch kernel
10 years ago