Kevin Bates
36bc44a82c
Release 6.1.0rc1
6 years ago
Kevin Bates
6dc3ca94d7
6.1.0 Changelog ( #5515 )
6 years ago
Vidar Tonaas Fauske
7bf9b5ec68
Document contents chunks ( #5508 )
...
* Document contents chunks
Add a documentation entry for the contents API regarding use of "chunk" in save.
Adds an `extra_requires` value in setup.py for installing documentation dependencies.
6 years ago
Kyle Kelley
6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
...
'Play' icon for run-cell toolbar button
6 years ago
Thew Dhanat
95c9dfbdb0
Add cell attachments to markdown example ( #5412 )
6 years ago
Steven Silvester
87201a5339
Consolidate release notes into RELEASE.md
6 years ago
Thew Dhanat
1e7d764cfa
Update Markdown Cells example to HTML5 video tag
6 years ago
Luciano Resende
e597adc4d2
Changelog for Release 6.0.3
6 years ago
Luciano Resende
c8ba8a79c8
Changelog for Release 6.0.2
7 years ago
Thomas Kluyver
097035141d
Merge pull request #4856 from vidartf/patch-1
...
Update contents API docs
7 years ago
Vidar Tonaas Fauske
2249fba51b
Update contents.rst
7 years ago
Vidar Tonaas Fauske
5280bf60a5
Clarify contents api further
7 years ago
Vidar Tonaas Fauske
24e4a2e4f5
Update docs/source/extending/contents.rst
...
Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
7 years ago
Wes Turner
491e7bda90
DOC: Fix MathJax links ( fixes #4885 )
7 years ago
Vidar Tonaas Fauske
4c0d055546
Remove extra whitespace
7 years ago
Vidar Tonaas Fauske
5563392f4b
Update contents API docs
...
Not the contents API docs better match the default notebook implementation:
c2d4561ba6/notebook/services/contents/filemanager.py (L362)
7 years ago
David Robles
c2d4561ba6
Change 'if' to 'for' in C for loop example ( #4850 )
7 years ago
Luciano Resende
49c2087a91
Changelog for Release 6.0.1
7 years ago
Min ho Kim
bd66c18b4f
Fix typos ( #4760 )
...
* Fix typos
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
7 years ago
Luciano Resende
ac68763c94
Changelog for Release 6.0 ( #4709 )
...
Populate changelog based on commit history and some
new functionality described on 5.x release notes including
a section for security fixes.
7 years ago
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
...
Fix typo
7 years ago
Min RK
efc0f0089e
Allow ?no_track_activity=1 to opt-out of activity tracking ( #4235 )
...
* Don't track API requests with `?no_track_activity=1` in the activity counter
allows external idle-culling scripts to avoid updating the activity counter
* Don't track kernel shutdown as kernel activity
this causes idle-kernel shutdowns to restart the idle-shutdown timer
user-requested shutdowns will still be tracked as api activity
* test ?no_track_activity=1 tracking
* Changelog for activity
7 years ago
Julian Rüth
973b06610b
Fix typo
7 years ago
Daniel Nicolai
0ca8639f60
Update Working With Markdown Cells.ipynb
...
Add explicit instruction for online documentation pages
7 years ago
Min RK
eea37a6b21
changelog for 5.7.8
7 years ago
Thomas Kluyver
d77a1e7ae8
Use separately packaged sphinxcontrib_github_alt
7 years ago
Min RK
d65328d484
changelog for redirect check
...
and update cve for 5.7.6
7 years ago
Min RK
850eda5657
add .js mimetype fix to changelog
7 years ago
Min RK
a537334744
Changelog for 5.7.7
7 years ago
Min RK
7657c0ca5f
[doc] fix some linkcheck errors and warnings
7 years ago
Min RK
9560e0cf4c
changelog for 5.7.6
7 years ago
Min RK
e2ac757821
Merge pull request #4449 from minrk/unpin-tornado
...
tornado 6 compatibility
7 years ago
Min RK
0b73ab600a
changelog for 5.7.5 [ci skip]
7 years ago
Min RK
ff238cc762
Merge pull request #4147 from jakelevirne/master
...
Updated the description of Heading cells, which are no longer used
7 years ago
Min RK
73a7630517
there are four lights [ci skip]
7 years ago
Kevin Bates
acba19033b
Minimize handlers and manager methods
...
Eliminated the Kernel and Kernelspec handlers. The Websocket (ZMQ)
channels handler still remains. This required turning a few methods
into coroutines in the Notebook server.
Renamed the Gateway config object to GatewayClient in case we want
to extend NB server (probably jupyter_server at that point) with
Gateway server functionality - so an NB server could be a Gateway
client or a server depending on launch settings.
Add code to _replace_ the channels handler rather than rely on position
within the handlers lists.
Updated mock-gateway to return the appropriate form of results.
Updated the session manager tests to use a sync ioloop to call the
now async manager methods.
7 years ago
Kevin Bates
f74ef2f691
Move environment variables to SingletonConfigurable
...
Created a singleton class `Gateway` to store all configuration options
for a Gateway. This class also holds some help methods to make it easier
to use the options and determine if the gateway option is enabled.
Updated the NotebookTestBase class to allow for subclasses to infuence
the patched environment as well as command line options via argv.
Added a test to ensure various gateway configuration items can be
set via the environment or command-line.
7 years ago
Kevin Bates
060a2b9aea
Embed NB2KG into Notebook server
...
This change alleviates a significant pain-point for consumers of Jupyter
Kernel and Enterprise Gateway projects by embedding the few classes defined
in the NB2KG server extension directly into the Notebook server. All code
resides in a separate gateway directory and the 'extension' is enabled
via a new configuration option `--gateway-url`.
Renamed classes from those used in standard NB2KG code so that Notebook
servers using the existing NB2KG extension will still work.
Added test_gateway.py to exercise overridden methods. It does this by
mocking the call that issues requests to the gateway server.
Updated the _Running a notebook server_ topic to include a description
of this feature.
7 years ago
Marc Udoff
e8163d57cc
Update js for comms for copy/paste
7 years ago
Marc Udoff
c740397e49
Improve comms.rst example
...
This improves the example by making it more copy/pastable out of the box and demoing how you can send a message at various places. It also fixes a poor usage of shadowed variables
7 years ago
Will Costello
5f8a2040ff
Fix typo in introduction
7 years ago
Min RK
31c2184d01
Merge pull request #4287 from choldgraf/ntbkext
...
updating file tree in "extending notebook" section
7 years ago
Chris Holdgraf
29f58de211
updating file tree
7 years ago
Thomas Kluyver
a4d663b578
Add release notes for 5.7.4
7 years ago
Thomas Kluyver
35aa99324a
Write release notes for 5.7.3
7 years ago
Tim Porath
48042adaf9
Add Documentation regarding backslash escaping in Markdown File
7 years ago
Min RK
1ed04ffa8a
changes for 5.7.1, 5.7.2
8 years ago
BuildTools
760d4d3533
fixed typo in example notebook
8 years ago
BuildTools
de7be3a64f
Updated the description of Heading cells, which are no longer used
8 years ago
Min RK
775cb20de3
minor typos in changelog for 5.7
8 years ago
Min RK
ba7aadbf7a
note translation inclusions in sdists
8 years ago
Min RK
4f70dd06af
changelog for 5.7
8 years ago
Min RK
bee2c389ca
Merge pull request #3883 from moble/public_server_csp
...
Describe problems and solutions involving CSP headers
8 years ago
Michael Chirico
ffb486453f
remove vestigial lines from documentation
...
Found here:
8 years ago
Michael Boyle
88d5fc8e5f
Describe problems and solutions involving CSP headers
8 years ago
Aaron Hall, MBA
b644d7ee40
indent code block
8 years ago
Min RK
1d17c796d0
Merge pull request #3799 from aaronchall/patch-1
...
Fill in Checkpoints section
8 years ago
Aaron Hall, MBA
251c9e7dc8
Fill in Checkpoints section
...
(I think it needs more complete examples like ContentsManager has regarding what is returned by these methods.)
8 years ago
Walter Martin
ecc4d26f1d
fixing grammatical errors and typos
8 years ago
Thomas Kluyver
a0503629ba
Disable the host check for 5.6 because of gh-3754
8 years ago
Thomas Kluyver
2c562e8587
Update changelog with recent changes merged
8 years ago
Thomas Kluyver
54ecbce364
Updates and additions to release notes
8 years ago
M Pacer
4c2e1d7132
Update changelog in prep for 5.6rc
8 years ago
Thomas Kluyver
8d62e041b2
Add PR to changelog
8 years ago
Thomas Kluyver
e16407e988
Add changelog for Notebook 5.5
8 years ago
Thomas Kluyver
9ae9e7c7e5
Merge pull request #3571 from takluyver/docs-privacy
...
Add section in docs about privacy
8 years ago
Thomas Kluyver
7a623d65e9
Merge pull request #3584 from takluyver/doc-troubleshooting
...
Documentation updates and organisation
8 years ago
Thomas Kluyver
c1b761890d
Merge pull request #3520 from bollwyvl/docs/confd-example
...
update docs with confd implementation details
8 years ago
Thomas Kluyver
dd687fb526
Capitalise header
8 years ago
Thomas Kluyver
3482d61234
Add blank notebook UI image
8 years ago
Thomas Kluyver
5f7667ef60
Rework and update notebook introductory document
8 years ago
Thomas Kluyver
cba22e8732
Reorganise docs landing page
8 years ago
Thomas Kluyver
3cc31604a8
Add troubleshooting documentation
8 years ago
Carol Willing
6d258b5bba
Merge pull request #3536 from nyu-ossd-s18/documentation
...
Improve Documentation
8 years ago
danagilliann
1c1202cc7f
made pull request changes
8 years ago
Thomas Kluyver
771edd98ec
Add section in docs about privacy
...
Closes gh-3566
8 years ago
Paul Masson
a860b9bd22
Typos
8 years ago
dabuside
9936aa9eab
warp line
8 years ago
dabuside
37c6ba2cc1
add tips
8 years ago
dabuside
82ff0fdceb
add tips
8 years ago
Nicholas Bollweg
fed254b184
update docs with confd implementation details
8 years ago
Thomas Kluyver
a7ac957d7f
Update changelog for 5.4.1
8 years ago
Min RK
a1fb317ec7
Merge pull request #3346 from whosford/notebook-public-server-docs-change
...
Add more information for where jupyter_notebook_config.py is located
8 years ago
Hong Xu
08231369c1
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Miro Hrončok
6453b0f1da
Do not execute special notebooks with nbsphinx
...
They can hang in headless environment.
See also db90e16d17
8 years ago
William Hosford
e67d66e7e8
Issue #3027 : Add more information for where jupyter_notebook_config.py is located
8 years ago
Thomas Kluyver
b76c8d907e
Merge pull request #3288 from kant/patch-1
...
Minor fixes
8 years ago
Thomas Kluyver
83fd9bb176
Squash some Sphinx warnings
8 years ago
Thomas Kluyver
0c06649bcd
Use asterisks for italics
8 years ago
Thomas Kluyver
08a17dfcf0
Merge pull request #3293 from takluyver/unlink-ferdas
...
Remove broken link to Github user
8 years ago
Thomas Kluyver
f559ffef6a
Remove broken link to Github user
8 years ago
Darío Hereñú
560e142cf2
Minor fixes
...
(proposal)
8 years ago
Thomas Kluyver
c14b94b037
Add PR #3271 to changelog
8 years ago
Thomas Kluyver
e9f91111b0
Update changelog for 5.4
8 years ago
Thomas Kluyver
0c96052065
Update changelog ready for 5.3.0
8 years ago
Grant Nestor
1df0401d14
Update changelog ( #3188 )
8 years ago
Grant Nestor
973cdc4f64
Add 5.3.0 to changelog
8 years ago
Thomas Kluyver
8cddc00a25
Merge pull request #3063 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
19191521a6
Fix broken link
9 years ago
Thomas Kluyver
bd55f7f904
Merge pull request #3061 from bacboc/feature
...
Fix broken link
9 years ago