Jeremy Tuloup
104af9b79f
Lint
2022-03-01 16:35:13 +01:00
Kevin Bates
80b7dba978
Fully revert the pinning of nbsphinx to 0.8.6
2021-10-11 15:31:53 -07:00
Matthias Geier
9d70c45f56
DOC: unpin nbsphinx version
2021-10-11 22:41:15 +02:00
Matthias Geier
10b835c68a
DOC: remove unnecessary (and wrong) source_suffix setting
2021-10-11 22:40:28 +02:00
Kevin Bates
6675ca9728
Pin nbsphinx to 0.8.6, clean up orphaned resources
2021-10-05 16:50:59 -07:00
Masaya Suzuki
326821b61c
Fix syntax highlight
2021-08-09 23:47:08 +09:00
Afshin Taylor Darian
c19323de9a
Use Jupyter Releaser ( #6048 )
...
* Use Jupyter Releaser
* Automated Changelog Entry for 6.4.0a0 on notebook-releaser
* Publish 6.4.0a0
SHA256 hashes:
dist/notebook-6.4.0a0-py3-none-any.whl: abbbbb02504cedb85c2d5eeac39ea11615360b9b0075126bf180d6011eac14a5
dist/notebook-6.4.0a0.tar.gz: 2984630a020a9396c61b2c3b98f43b1957dd0121b162a926b3d6136fafa7ca16
* Bump to 6.5.0.dev0
* Remove jupyter_packaging as a runtime requirement
* Automated Changelog Entry for 6.4.0a1 on notebook-releaser
* Publish 6.4.0a1
SHA256 hashes:
dist/notebook-6.4.0a1-py3-none-any.whl: 4b0ae5cb972b5b16b18b942810b85859185ef2081017dd495e5f57099ce06ef4
dist/notebook-6.4.0a1.tar.gz: c48e10d34afa35e304e3b7deca1882508195960f35c4661dec044bb8da344ae5
* Bump to 6.5.0.dev0
* Update notebook/_version.py
Co-authored-by: Kevin Bates <kbates4@gmail.com>
* Update pyproject.toml
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
2021-05-12 11:04:31 -05:00
wggillen
8ca2887920
Spelling correction ( #6045 )
...
An instance of 'attachment' was misspelled 'attachement'.
2021-04-25 10:29:06 -05:00
Steven Silvester
9a0ef920dc
Fix readthedocs environment ( #6020 )
...
* Fix readthedocs environment
* Update environment.yml
* Update environment.yml
2021-03-23 04:44:18 -05:00
Afshin Taylor Darian
20f7e9e697
Modernize Changelog ( #6008 )
2021-03-16 07:55:48 -05:00
Daniel Rice
993286209a
Update security.rst
2021-02-07 11:58:38 +00:00
Zachary Sailer
a7089e05b9
Merge pull request #5937 from Carreau/doc-ext
...
DOC: Server extension, extra docs on configuration/authentication.
2021-01-29 09:28:13 -08:00
Zachary Sailer
24d4492044
add change log for 6.1.6 and 6.2.0 ( #5936 )
2021-01-13 10:27:02 -06:00
Matthias Bussonnier
e437bad1a5
DOC: Server extension, extra docs on configuration/authentication.
...
That give most of the information a user needs to write a full-fledge
extension without having to look into tornado documentation:
- Authentication: I think all handler should be authenticated by
default.
- Managing state and accessing server state from the handlers: I don't
think there is many interesting things you can do without accessing
server state and configuration.
2021-01-13 08:09:13 -08:00
Zachary Sailer
0c83c9d59f
Merge pull request #5889 from jmandreoli/patch-1
...
Added section for file editor configuration
2020-12-09 08:29:52 -08:00
Matthias Geier
99adc0e5c4
example notebook: don't recommend using $$...$$ for display math
2020-12-01 17:34:21 +01:00
jmandreoli
9e62e2defe
Added section for file editor configuration
...
The doc shows how to update codemirror options for the notebook cell editor, but not for the whole file editor. I have added lines 51-62 to give that information. The information comes from Stack-Overflow (and has been tested), but it has been frustratingly long to find, so I think it is worth sharing ...
2020-11-29 16:51:28 +01:00
Min RK
ee64f5475d
changelog for 6.1.5
2020-11-18 10:13:09 -08:00
Kevin Bates
7f7ea8e85c
Merge pull request #5804 from rahulporuri/cln/remove-utf8-coding-cookies
...
Remove utf8 coding cookies
2020-10-13 15:09:45 -07:00
adcdr
05a9b02bb7
Fix broken links
...
The documentation linked below contains 3 rendering errors:
https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.html
These are caused by limitations in the Sphinx tool used to render the page:
https://docutils.sourceforge.io/FAQ.html#is-nested-inline-markup-possible
This PR fixes them with the least amount of changes.
2020-10-13 21:11:23 +01:00
Sai Rahul Poruri
9dd2af27de
CLN : Remove utf8 coding cookies
...
On Python 3, the default source file encoding for Python files is utf-8
and because Python 2 is no longer supported, the utf8 coding cookies can
be removed
2020-10-10 15:30:06 +01:00
Matt Riedemann
02b1769e5d
Embed frontend_config toctree in config_overview
...
The section `Notebook front-end client` in the config overview
page was essentially a toc tree except the sub-section links
went to the top of the frontend_config page rather than the real
sub-sections in that page because they all used the same reference.
Rather than create a unique reference for each sub-section in the
frontend_config page, this simply embeds the frontend_config toctree
within the config_overview page which essentially has the same effect.
Closes #5740
2020-09-10 08:50:03 -05:00
Kevin Bates
d8308e1380
Release 6.1.4
2020-09-08 10:47:36 -07:00
Zachary Sailer
bb55a1b41c
Update docs/source/troubleshooting.rst
2020-08-28 08:09:47 -07:00
Kevin Bates
78f185f76a
Add reference to IPython docs for multi-env scenarios
2020-08-27 17:11:19 -07:00
Kevin Bates
1587a61468
Add additional entries to troubleshooting section
2020-08-25 16:52:58 -07:00
Jaipreet Singh
1dad47ac13
Fix broken links to jupyter documentation
...
After https://github.com/jupyter/jupyter/pull/523 , the paths for a few links were moved from `/projects` to `/use`
This has broken the first 2 links under https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html#jupyter-s-common-configuration-system
This change modifies the code to use the new paths.
2020-08-18 14:30:35 -07:00
Kevin Bates
2d8b28adc0
Release 6.1.3
2020-08-12 17:28:22 -07:00
Kevin Bates
38d8308382
Release 6.1.2
2020-08-12 09:44:42 -07:00
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
Thomas Kluyver
78565db010
Install terminado for docs build
...
RTD is currently failing with an ImportError
Also move to a recent Python, because I don't know how long 3.5 will be available on conda.
2020-05-20 10:19:37 +01: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