Min RK
1797f34210
test merging serverextensions from sys and user config
...
and refactor mock test environment a bit
ensures no system config files loaded or affected
9 years ago
Min RK
ad01950c4f
Merge nbserver_extensions
...
Load with ConfigManager so that merge happens recursively,
unlike normal config values.
Makes loading more consistent with frontend extensions,
but is a bit icky because the same files are loaded and read twice,
and one key in a traitlets-defined config file is loaded differently than all others.
This does behave more like we intend and people expect for extensions, though.
9 years ago
Carol Willing
ad805b1c51
Merge pull request #2105 from Carreau/edit-changelog
...
Start to list new features in changelog
9 years ago
Matthias Bussonnier
7850fae923
Merge pull request #2099 from takluyver/docs-eg-nbs-links
...
Update some links to example notebooks in docs
9 years ago
Matthias Bussonnier
13cd66a335
Merge pull request #2096 from minrk/edit-shortcuts-link
...
add edit button to shortcuts dialog
9 years ago
Matthias Bussonnier
9988ce1e6f
Start to list new features in changelog
9 years ago
Steven Silvester
2eb7bf1953
Merge pull request #2098 from minrk/double-change-on-disk
...
avoid stacked "changed on disk" dialogs
9 years ago
Steven Silvester
271c4b1f27
Merge pull request #2095 from minrk/build-watch
...
restore `npm run build:watch`
9 years ago
Thomas Kluyver
5bb475e1c2
Update nbviewer Github URLs
9 years ago
Thomas Kluyver
1b47ac7248
Restore https
9 years ago
Thomas Kluyver
7aa778166e
Update Intersphinx URL for IPython
9 years ago
Thomas Kluyver
9058de7ab7
Remove link to outdated note about roundtrip conversions
9 years ago
Min RK
9ad19e9bf4
avoid stacked "changed on disk" dialogs
...
check if a previous dialog exists and redisplay it, rather than displaying a stack of modals.
9 years ago
Thomas Kluyver
99ad2091fb
Update links to example notebooks
...
Closes gh-953 (fixing link to markdown cells example nb)
9 years ago
Min RK
20e017b213
add edit button to shortcuts dialog
...
opens edit-shortcuts dialog
9 years ago
Min RK
2b09d59b1d
re-add `npm run build:watch`
...
it's not true watching, just polling every few seconds.
Help docs still point to this command,
and we need something for devs as `ignore_minified_js` is gone.
9 years ago
Min RK
5eda1026d3
Merge pull request #2091 from kikocorreoso/ndextension-install-trailing-slash
...
fix and tests for the issue related with the trailing slash using 'nbextension install'
9 years ago
Min RK
0eff9ef747
Merge pull request #2093 from takluyver/rm-widgets-hardcode
...
Remove hardcoded widgets check
9 years ago
Thomas Kluyver
934f87201c
Merge pull request #2089 from gnestor/4.3.2
...
Add 4.3.2 to changelog
9 years ago
Thomas Kluyver
0ed0af50b7
Remove hardcoded widgets check
...
Once this is merged, the notebook will only support ipywidgets>=5.0. The
minimum supported ipywidgets (5.0.0) was released in April 2016.
Closes gh-1960
9 years ago
kikocorreoso
4c9f130953
fix issue with OS in tests
9 years ago
kikocorreoso
97263161e4
fix and tests for the issue related with the trailing slash using 'nbextension install' (see #2069 )
9 years ago
Grant Nestor
52ba4c9a4f
Update changelog
9 years ago
Thomas Kluyver
ba7e7186cf
Merge pull request #2085 from takluyver/i2082
...
Add swagger yaml file to package_data
9 years ago
Thomas Kluyver
ef32784311
Add swagger yaml file to package_data
...
Closes gh-2082 (hopefully)
9 years ago
Min RK
bee0f83bdc
Merge pull request #2083 from dkrenn/dkrenn/event-change-cell
...
trigger event change.Cell
9 years ago
Thomas Kluyver
27cfa290b3
Merge pull request #2048 from vidartf/tags-bar
...
Simple implementation of cell tags
9 years ago
Thomas Kluyver
39b756bf34
Merge pull request #1905 from gnestor/pr/1755
...
Adds edit and view buttons
9 years ago
Matthias Bussonnier
be5cf10a7d
Merge pull request #2065 from jinmehta13/console-welcome-message
...
Welcome Message for Console and Terminal Output
9 years ago
Daniel Krenn
1bc6e203e1
trigger event change.Cell
9 years ago
Thomas Kluyver
fecab009fd
Merge pull request #2078 from parente/fix-missing-kernelspec
...
Fix JS error on running notebooks tab
9 years ago
Peter Parente
87b5b2ffb0
Fix missing running kernels
...
When a kernelspec is removed while a kernel spawned from it is in use
the Running tab on the dashboards page errors and no longer shows
any results. Fall back on using the kernel name from the session
in this case so that users can see and terminate kernels.
9 years ago
Min RK
c75a9d8d5a
Merge pull request #2077 from kikocorreoso/master
...
doc typos related with issue #2069
9 years ago
kikocorreoso
72769862f9
doc typos related with issue #2069
9 years ago
Paul Ivanov
ecc3ea04a1
Merge pull request #2076 from gnestor/draggable-dialog
...
Make dialogs draggable
9 years ago
Grant Nestor
532a66b99a
Display "move" cursor within modal header
9 years ago
Grant Nestor
1088371e14
Merge pull request #5 from ivanov/draggable-dialog
...
drag modal dialogs by the header only
9 years ago
Paul Ivanov
74ac1c04e6
drag modal dialogs by the header only
...
without this, it is not possible to select any text using the mouse in
the contents of the modal. For example: editing the notebook metadata
JSON you end up just moving the whole box around instead of being able
to select a portion of the JSON using the mouse.
9 years ago
Matthias Bussonnier
12688f2a8d
show message only on dev
9 years ago
Grant Nestor
3d7f0f2aca
Make dialogs draggable
9 years ago
Grant Nestor
acf4fa8ce5
Clean up
9 years ago
Grant Nestor
3cbb5700cc
Add `test_view_html`
9 years ago
Grant Nestor
224294c274
Use `/view` route for HTML files
9 years ago
Grant Nestor
0034f2a251
Create `/view` route, handler, and template
9 years ago
Grant Nestor
b7dcae6a56
Update View and Edit conditions
...
* Edit notebook opens a notebook, Edit any other file type open it in a
text editor
* View only available for HTML files to disambiguate between “viewing”
a notebook or text file (which is the same as editing it) and viewing
an HTML file
9 years ago
Grant Nestor
a7387b8633
Revise https://github.com/jupyter/notebook/pull/1755
9 years ago
Doug Blank
482ea4bb67
Adds edit and view buttons, #1752
9 years ago
Min RK
393a04d1b0
Merge pull request #2066 from jupyter/cm-up
...
Patch CodeMirror 5.22
9 years ago
Min RK
5721d7cc5b
Merge pull request #2073 from minrk/var-contents
...
declare contents variable
9 years ago
Min RK
83a2e83cf9
declare contents variable
...
typo introduced in unwebpackification
9 years ago