Commit Graph

492 Commits

Author SHA1 Message Date
Steven Silvester
4489ca6b59 Release 6.1.1 2020-08-03 13:52:47 -05:00
Kevin Bates
97a89ff367
Update 6.1 changelog with post rc1 changes (#5639)
* Update 6.1 changelog with post rc1 changes
2020-07-31 10:28:27 -07:00
Reece Hart
427bc961ee closes #4029: implement optional markdown header and footer files 2020-06-08 05:11:30 -05:00
Kevin Bates
36bc44a82c
Release 6.1.0rc1 2020-06-07 08:07:32 -07:00
Kevin Bates
6dc3ca94d7
6.1.0 Changelog (#5515) 2020-06-06 19:55:44 -07:00
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.
2020-06-05 08:24:00 -07:00
Kyle Kelley
6308e979aa
Merge pull request #2922 from takluyver/run-cell-play
'Play' icon for run-cell toolbar button
2020-05-28 09:51:35 -07:00
Thew Dhanat
95c9dfbdb0
Add cell attachments to markdown example (#5412) 2020-05-21 03:31:39 -05:00
Steven Silvester
87201a5339 Consolidate release notes into RELEASE.md 2020-05-10 02:17:45 -05:00
Thew Dhanat
1e7d764cfa
Update Markdown Cells example to HTML5 video tag 2020-04-29 19:01:32 +07:00
Luciano Resende
e597adc4d2 Changelog for Release 6.0.3 2020-01-21 10:33:49 -08:00
Luciano Resende
c8ba8a79c8 Changelog for Release 6.0.2 2019-11-04 15:09:34 -08:00
Thomas Kluyver
097035141d
Merge pull request #4856 from vidartf/patch-1
Update contents API docs
2019-10-31 10:56:45 +00:00
Vidar Tonaas Fauske
2249fba51b
Update contents.rst 2019-10-31 10:26:06 +00:00
Vidar Tonaas Fauske
5280bf60a5
Clarify contents api further 2019-10-31 10:18:52 +00:00
Vidar Tonaas Fauske
24e4a2e4f5
Update docs/source/extending/contents.rst
Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
2019-09-30 23:49:05 +01:00
Wes Turner
491e7bda90 DOC: Fix MathJax links (fixes #4885) 2019-09-17 22:43:10 -04:00
Vidar Tonaas Fauske
4c0d055546
Remove extra whitespace 2019-09-02 16:40:16 +01:00
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)
2019-09-02 16:38:33 +01:00
David Robles
c2d4561ba6 Change 'if' to 'for' in C for loop example (#4850) 2019-08-30 20:08:00 -07:00
Luciano Resende
49c2087a91 Changelog for Release 6.0.1 2019-08-21 21:02:13 -07:00
Min ho Kim
bd66c18b4f Fix typos (#4760)
* Fix typos

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces

* Revert trimming whitespaces
2019-07-12 18:54:08 +01:00
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.
2019-06-26 07:38:21 -07:00
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
Fix typo
2019-06-25 08:57:02 +02:00
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
2019-06-25 08:53:50 +02:00
Julian Rüth
973b06610b
Fix typo 2019-06-25 01:08:16 +02:00
Daniel Nicolai
0ca8639f60
Update Working With Markdown Cells.ipynb
Add explicit instruction for online documentation pages
2019-04-25 17:12:29 +02:00
Min RK
eea37a6b21 changelog for 5.7.8 2019-04-08 14:24:48 +02:00
Thomas Kluyver
d77a1e7ae8 Use separately packaged sphinxcontrib_github_alt 2019-04-01 14:24:14 +01:00
Min RK
d65328d484 changelog for redirect check
and update cve for 5.7.6
2019-03-27 16:19:10 +01:00
Min RK
850eda5657 add .js mimetype fix to changelog 2019-03-27 14:43:25 +01:00
Min RK
a537334744 Changelog for 5.7.7 2019-03-27 14:42:21 +01:00
Min RK
7657c0ca5f [doc] fix some linkcheck errors and warnings 2019-03-27 13:43:15 +01:00
Min RK
9560e0cf4c changelog for 5.7.6 2019-03-08 13:44:00 +01:00
Min RK
e2ac757821
Merge pull request #4449 from minrk/unpin-tornado
tornado 6 compatibility
2019-03-06 10:46:00 +01:00
Min RK
0b73ab600a changelog for 5.7.5 [ci skip] 2019-03-06 10:38:51 +01:00
Min RK
ff238cc762
Merge pull request #4147 from jakelevirne/master
Updated the description of Heading cells, which are no longer used
2019-03-06 10:28:50 +01:00
Min RK
73a7630517
there are four lights [ci skip] 2019-03-06 10:28:41 +01:00
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.
2019-02-08 12:09:42 -08:00
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.
2019-02-08 12:09:42 -08:00
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.
2019-02-08 12:09:42 -08:00
Marc Udoff
e8163d57cc
Update js for comms for copy/paste 2019-01-29 19:39:36 -05:00
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
2019-01-29 19:04:14 -05:00
Will Costello
5f8a2040ff
Fix typo in introduction 2019-01-05 20:16:05 +00:00
Min RK
31c2184d01
Merge pull request #4287 from choldgraf/ntbkext
updating file tree in "extending notebook" section
2018-12-17 14:47:10 +01:00
Chris Holdgraf
29f58de211 updating file tree 2018-12-16 18:43:38 -08:00
Thomas Kluyver
a4d663b578 Add release notes for 5.7.4 2018-12-16 22:52:01 +01:00
Thomas Kluyver
35aa99324a Write release notes for 5.7.3 2018-12-16 09:50:27 +01:00
Tim Porath
48042adaf9 Add Documentation regarding backslash escaping in Markdown File 2018-12-09 18:42:30 -05:00
Min RK
1ed04ffa8a changes for 5.7.1, 5.7.2 2018-11-18 12:22:37 +01:00