Matthias Bussonnier
1cf38529d3
Merge pull request #1323 from blink1073/sourcemap
...
Build source map for lab
10 years ago
Steven Silvester
6d6ba8d43d
Build source map for lab
10 years ago
Matthias Bussonnier
6b220c949b
Merge pull request #1253 from ryanlovett/master
...
Restore atomic intermediate if notebook is invalid.
10 years ago
Matthias Bussonnier
465de9e0fd
Merge pull request #1319 from takluyver/default-paste-text
...
Don't paste cells in chrome when keyboard manager is disabled
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
Matthias Bussonnier
2483331584
Merge pull request #1317 from takluyver/default-copy-text
...
Defer to default copy implementation when text is selected
10 years ago
Thomas Kluyver
5998678d08
Defer to default copy implementation when text is selected
...
Closes gh-1316
10 years ago
Min RK
b4a5523ab6
Merge pull request #1313 from willingc/doc-config
...
Add a Configuration Overview to docs
10 years ago
Carol Willing
788e8b696c
Fix typo
10 years ago
Carol Willing
898370ef2b
Add a configuration overview
10 years ago
Carol Willing
a3ac1d8aa1
Add a configuration overview page to help with topic discoverability
10 years ago
Carol Willing
f49197c583
Merge pull request #1310 from minrk/sqlite-fallback
...
allow using sqlite from pysqlite2
10 years ago
Min RK
65ba875d5b
allow using sqlite from pysqlite2
...
in case Python was built with an incomplete standard library (missing sqlite3)
we do the same thing in IPython history, etc.
10 years ago
Carol Willing
67f57ae4aa
Merge pull request #1306 from willingc/rtd-render
...
Remove custom.css added in #1266
Closes #1305
10 years ago
Carol Willing
7e1e1344d7
Remove custom.css from docs
10 years ago
Carol Willing
cff713abe1
Remove html_context from sphinx conf
10 years ago
Min RK
a51a965144
Merge pull request #1304 from lduchesne/master
...
Missing font-awesome css file.
10 years ago
Matthias Bussonnier
cbd9708f1b
Merge pull request #1266 from mgeier/nbsphinx-tuning
...
Minor nbsphinx-related tuning
10 years ago
Laurent Duchesne
d1870978f4
Missing font-awesome css file.
10 years ago
Matthias Bussonnier
eb01a6eef0
Merge pull request #1286 from takluyver/system-clipboard
...
Copy and paste cells with system clipboard
10 years ago
Thomas Kluyver
a70786eae2
Store plain text and JSON data on clipboard as well as HTML
10 years ago
Min RK
a4125572e4
Merge pull request #1279 from parente/widg
...
Downgraded ipywidget hack
10 years ago
Jonathan Frederic
9f9bc69e9b
Remove deprecatedwidgets handler, because it's backwards compat support for ipywidgets 3.0
10 years ago
Jonathan Frederic
7695311668
Fix horrible horrible widget with a more horrible hack 💩
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
Jonathan Frederic
b5fe73858d
Merge pull request #1275 from minrk/fix-validation-warnings
...
fix validation warnings when validating
10 years ago
Min RK
d1358dd9ba
fix validation warnings
...
map is lazily evaluated, so doesn't show messages
10 years ago
Matthias Geier
9c56f4577d
Avoid !important in CSS
10 years ago
Safia Abdalla
078aa08519
Merge pull request #1277 from blink1073/fix-swagger-link
...
Update link to swagger docs
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
Matthias Bussonnier
bd60c2eb5d
Merge pull request #1273 from minrk/extension-uninstall-help
...
some tests, fixes for nbextension aliases
10 years ago
Steven Silvester
1d32e7cdac
Update link to swatter docs
10 years ago
Min RK
c3b547c17e
some tests, fixes for nbextension aliases
...
- fix some undefined aliases, tests for help output
- make uninstall symmetrical with install
10 years ago
Min RK
d55e83a1d1
Merge pull request #1271 from julienr/fix_1185
...
Move the unused attachments garbage collection logic to TextCell.toJSON.
10 years ago
Carol Willing
6745dd4be4
Merge pull request #1272 from willingc/doc-pin
...
Set sphinx < 1.4 due to LaTeX build errors
10 years ago
Carol Willing
b0d09aa3cc
Set sphinx build <1.4 since new sphinx and latex unhappy
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
Matthias Bussonnier
0601fc75ef
Merge pull request #1261 from cc272309126/master
...
fix the bug that notebook websocket response can not compress
10 years ago
Matthias Geier
7a14d1c55e
Remove "rstversions" from one last link
10 years ago
Matthias Geier
e11445b184
Fix nbviewer link
10 years ago
Matthias Geier
b3788c283f
Add custom.css
10 years ago
Matthias Geier
3cdc082ab2
Ignore .ipynb_checkpoints/ when building docs
10 years ago
Matthias Geier
4d4dbc7b95
DOC Makefile: Remove ipynb2rst from phony targets
10 years ago
Min RK
41d6da235c
Merge pull request #879 from ellisonbg/nbext-pain
...
New nbextensions installation API
10 years ago
Safia Abdalla
17e1e473d6
Merge pull request #1259 from willingc/small-fixes
...
Small fixes to notebook docs
10 years ago
chenchao
a3877277a4
fix the bug that notebook websocket response can not compress
10 years ago
Min RK
5cbe1d852d
Merge pull request #1258 from blink1073/fix-webpack
...
Fix Lab WebPack config and update dependency
10 years ago
Carol Willing
ce610d11ef
Minor file name changes
10 years ago