Jonathan Frederic
72eeb99ad6
Respect keyboard manager state in clipboard logic
10 years ago
Sylvain Corlay
e4155ea7aa
The path for widgets has changed
10 years ago
Min RK
11dba4ea2e
Merge pull request #1288 from BerndSchwarzenbacher/issue#1209/codeblocks
...
Correctly render markdown code blocks with unknown language
10 years ago
Bernd Schwarzenbacher
fee1cbc9a3
Log CodeMirror mode error in codeblock highlight
10 years ago
Thomas Kluyver
d797948420
Don't paste cells in chrome when keyboard manager is disabled
...
Closes gh-1316 (the second part of it, which I hadn't noticed before ;-)
If a widget, an input box or a dialog has focus, we should allow paste
to paste text by default. We already take care to disable the keyboard
manager in these cases, so I check this to decide to handle the paste
event.
In Firefox this isn't needed, because Ctrl+V is registered as the
shortcut to bring up the paste dialog, so it only works when the
keyboard manager is enabled.
10 years ago
Thomas Kluyver
5998678d08
Defer to default copy implementation when text is selected
...
Closes gh-1316
10 years ago
Matthias Bussonnier
eb01a6eef0
Merge pull request #1286 from takluyver/system-clipboard
...
Copy and paste cells with system clipboard
10 years ago
Bernd Schwarzenbacher
cc3e6e9213
Possible fix with failing test
...
Maybe the test is wrong
10 years ago
Thomas Kluyver
a70786eae2
Store plain text and JSON data on clipboard as well as HTML
10 years ago
Thomas Kluyver
1bc711f79e
Copy and paste cells with system clipboard
10 years ago
Jonathan Frederic
255e5888fc
Revert fancy pants changes
10 years ago
Peter Parente
705992b6a6
Fix is_loaded semantics
10 years ago
Peter Parente
00ef5b1314
Downgraded ipywidget hack
...
Fixed whitespace for jon's PR #1278
10 years ago
Julien Rebetez
cf1e849fc6
Move the unused attachments garbage collection logic to TextCell.toJSON.
...
This enable to keep all attachments in memory and only garbage collect
on the JSON that is saved to disk.
This fixes #1185
10 years ago
Min RK
41d6da235c
Merge pull request #879 from ellisonbg/nbext-pain
...
New nbextensions installation API
10 years ago
Min RK
b1be6dfa81
Merge pull request #1249 from blink1073/plugin-update
...
JupyterLab Updates
10 years ago
Min RK
8d5bac4d47
Merge pull request #1230 from mgeier/ansicolors
...
Re-factor ANSI color handling
10 years ago
Min RK
212d517a92
Merge pull request #1234 from Carreau:keyb
...
Make keyboard shortcuts declarative
10 years ago
Steven Silvester
28829b2524
Fix webpack static file configuration
10 years ago
Matthias Geier
2bad374763
Inline _parseNumbers()
10 years ago
Steven Silvester
468a86e9c1
Update jupyter-js-plugins specifically
10 years ago
Steven Silvester
5366b9b678
Update plugins version and allow patch updates
10 years ago
Matthias Geier
52fae53534
Add error messages to the RangeErrors
10 years ago
Matthias Bussonnier
c94023758e
Fix some spelling
10 years ago
Matthias Bussonnier
4d5d19e3b7
Cleanup code, make it more redable
10 years ago
Matthias Geier
9d052588b5
Update ANSI tests
10 years ago
Matthias Geier
245287a83c
Remove ES 6 syntax and make integer conversion stricter
10 years ago
Matthias Geier
7bee6c5c2d
Re-factor ANSI color handling
...
The implementation is based on Python code from
nbconvert.filters.ansi2html().
Among other things, this fixes #988 .
10 years ago
Matthias Bussonnier
05a5d8301e
Make keyboard shortcuts declaratives
10 years ago
Min RK
84003fb30d
Merge pull request #1215 from Summersa/master
...
Toggle Header in Edit page
10 years ago
Min RK
3c4f6e9e74
Merge pull request #1002 from jasongrout/delayevaluation
...
Implement delayed evaluation for the cell executions happening before a kernel is set up
10 years ago
Jason Grout
ab35cf8a3b
Reword console log message
10 years ago
Jason Grout
60908dd30d
Fix code cell execution code in light of kernel message buffering.
10 years ago
Jason Grout
4a05b1fb8f
Implement kernel message buffering for when the websocket is not connected.
10 years ago
summersa
d1203448f8
Add option to toggle header on edit page
10 years ago
Min RK
6af49e7875
Merge pull request #1212 from blink1073/fix-lab-scrolling
...
Fix notebook scrolling in JupyterLab
10 years ago
Min RK
b5b50299e8
Merge pull request #1220 from flying-sheep/patch-1
...
Fix .rendered_html ol/ul with .list-inline
10 years ago
Philipp A
df2cab0ec3
fixed and DRYed .rendered_html ol/ul styles
10 years ago
Sylvain Corlay
0f4d3be470
Add missing pager.append function
10 years ago
Steven Silvester
42c1dae7a2
Bump version again
10 years ago
Steven Silvester
f1d217fd92
Bump js-plugins dependency to fix scrolling
10 years ago
Steven Silvester
4a48cad90a
Make notebook functional and add mathjax
10 years ago
Matthias Bussonnier
dcd9027af2
Merge pull request #1180 from takluyver/new-notebook-menu-header
...
Clarify notebook heading in new menu
10 years ago
Min RK
3f83ff525b
Merge pull request #506 from minrk/limit-output
...
limit merging of stream output
10 years ago
Min RK
233f04428d
Merge pull request #621 from julienr/inline_images
...
Implement markdown cell attachments. Allow drag’n’drop of images into…
10 years ago
Thomas Kluyver
291e0c101e
Adjust styling of dropdown header in new menu
10 years ago
Steven Silvester
5380d8bc05
Add about page
10 years ago
Steven Silvester
b2c7430a7a
Update to latest plugins
10 years ago
Matthias Bussonnier
eb87e16ccb
Minor style fixes
10 years ago
Jonathan Frederic
ef0bb2a5c8
Merge pull request #1143 from captainsafia/fix-edit-for-js
...
Exempt javascript files from files check
10 years ago