Jeremy Tuloup
aef8e95fc5
Add documentation for updating `notebook` imports ( #7244 )
...
* Add documentation for updating `notebook` imports
* fix typos
2 years ago
Jeremy Tuloup
0fbb1b252c
Add nbviewer.jupyter.org to the ignore list ( #7197 )
...
* Add nbviewer.jupyter.org to the ignore list
* Fix https link
2 years ago
Steven Silvester
0a08ba3f96
Update ruff config ( #7190 )
...
* Update ruff config
* cleanup
2 years ago
Steven Silvester
29d665dbac
Update ruff config and typing ( #7145 )
2 years ago
Jeremy Tuloup
ea1a1538ef
Set `navigation_with_keys` to `False` ( #7129 )
2 years ago
Michał Krassowski
b397a3b834
Improve docs setup (SVG logos, repo links) ( #7074 )
...
* Add SVG logo with dark mode, GitHub/Forum/Chat buttons
* Fix CSS syntax higlight
* Lint
* Add GitHub config
2 years ago
Steven Silvester
14fce8c9e4
Adopt sp-repo-review ( #7039 )
...
* adopt sp-repo-review
* adopt sp-repo-review
* fix typing
* fix typing
* undo redundant formatting
* undo markdown changes
* formatting
2 years ago
Andrii Ieroshenko
fe4799ab5e
Update accessibly compliance section in the docs ( #6982 )
...
* Remove improved WCAG compliance section
* Reintriduce Accessibility section, text by @jtpio
3 years ago
Eric Gentry
7c84112d3c
Docs parity for find with JupyterLab. ( #6917 )
...
* Docs parity with JupyterLab.
* Fix capitalization.
* Update docs/source/notebook.md
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
* Added macos shortcut info.
---------
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Jeremy Tuloup
ab57fa1d20
Customize the shell layout with the settings ( #6921 )
...
* Add settings file
* Add support for layout customization
* Fix tests
* Add `type` option
* Fix opening document widgets
* Fix opening documents
* Add defaults for Markdown Preview
* Add docs
* Add screenshots
* Add `@jupyterlab/attachments`
* Fix integrity
* Add simple UI tests for layout customization
* Lint
* Update Playwright Snapshots
* Update Playwright Snapshots
* Update docs
* Add missing null
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Rosio
4b1cf32c25
Added example of custom css files ( #6919 )
...
* added example of custom css files
* prettify
3 years ago
Eric Gentry
ee3e1c2212
Fix for "find searches only part of the file" bug ( #6905 )
...
* Enabled the Accel F shortcut by default for documentsearch.
* Update Playwright Snapshots
* Update Playwright Snapshots
* Added tentative find-plugin docs, WIP.
* Removed file with shortcut override.
* Cleanup/removal of todo.
* Update docs/source/notebook.md
Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
3 years ago
Jeremy Tuloup
82703a67c3
Document how to manage plugins and extensions ( #6909 )
...
* Add docs for plugins
* fix some wording
3 years ago
Rosio
7c1d88780f
Load custom CSS ( #6841 )
...
* wip loading custom css
* read css file from profile directory and apply
* update css handler, add CLI flag to disable custom CSS, documentation
* import ExtensionAppJinjaMixin
* remove ExtensionAppJinjaMixin as a JupyterNotebookApp base class
* add type hint to ignore jinja2_env type
* fix prettier issue in docs
* add empty line; trigger new docs build
* new line caused prettier error, remove
* move custom css to different directory and update handler
* modify regex
* satisfy mypy: check for match in regex before grabbing the directory path
* load custom css in consoles page
3 years ago
Eric Gentry
11cb93fbbd
Jupyter Notebook ecosystem docs improvements ( #6877 )
...
* Add Project Jupyter info, extra context and detail to home page/index.
* Added links, minor formatting.
* Updated homepage, adapted unified messaging on notebook page.
* Updated links.
* Added minimal description to the user-documentation main page.
* Revised notebook introduction text.
* Bullet point updates.
* Fixed typo.
* Link update.
* Changed lightweight to simplified.
* Added Jupyter Desktop link.
* Added standards info/links.
* Update standards link.
* Update standards link.
* Update link.
* Added extension to markdown file link.
3 years ago
Jason Weill
93e4d5e1c6
Copy edits ( #6879 )
3 years ago
Eric Gentry
68f10a23c5
Added extra information and user-action summaries to 7 migration docs. ( #6850 )
...
* Added extra information and user-action summaries to 7 migration docs.
* Update docs/source/migrate_to_notebook7.md
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
* Update docs/source/migrate_to_notebook7.md
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
* Updated nbclassic messaging.
* Revised heading.
* Updated heading.
* Formatting pass.
---------
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
3 years ago
Jeremy Tuloup
1512c82992
Rename migration file to `migrate_to_notebook7` ( #6831 )
...
* Use correct canonical URL while building docs (#6829 )
As noted in https://github.com/readthedocs/readthedocs.org/pull/10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
<link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html " />
This should fix that.
* Renaming migration file to `migrating_to_notebook7`
* Use the correct name
* fix ref
---------
Co-authored-by: Ashwin V. Mohanan <9155111+ashwinvis@users.noreply.github.com>
3 years ago
Ashwin V. Mohanan
6e60c72ead
Use correct canonical URL while building docs ( #6829 )
...
As noted in https://github.com/readthedocs/readthedocs.org/pull/10224 with the current configuration the canonical URL is wrong with different sphinx builds. For instance the "latest" docs point to "stable". This leads to apps like Mastodon to generate previews to pages which don't exist since they rely on
<link rel="canonical" href="https://jupyter-notebook.readthedocs.io/en/stable/notebook_7_features.html " />
This should fix that.
3 years ago
Jeremy Tuloup
b99718f57a
Add missing singleton packages for RTC ( #6816 )
...
* Add missing singleton packages for RTC
* Add RTC screencast to the docs
* try fix package check
3 years ago
Jeremy Tuloup
0c888aedee
Improve the documentation for Notebook 7 ( #6813 )
...
* [pre-commit.ci] pre-commit autoupdate (#6814 )
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.21.0...0.22.0 )
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.260 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add note and warning on the extension landing page
* fix nbclassic url
* fix seealso blocks
* Fix note
* add changelog to the navbar
* update faq
* Update screencasts and screenshots
* Remove old screenshots and screencasts
* rename migrating file
* Split the migration guide
* dedicate a page to new features
* document themes
* Iterate on the new features
* expand docs on extensions
* add Binder link
* mention the interface dropdown
* iterate on features
* Mention nbgrader and RISE
* Lint
* Add server extension docs
* fixes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Yinon Ehrlich
a5994d1a63
fix typo in the migration guide ( #6812 )
3 years ago
Jeremy Tuloup
f05e5a985d
Convert docs to Markdown ( #6770 )
...
* Convert docs to Markdown
* lint
* update refs
* more update
3 years ago
Eric Charles
39a2df66a8
Docs: add migrate to notebook7 page ( #6737 )
...
* docs: add migrate to notebook7 page
* docs: update migrate_to_notebook7.rst
* docs: lint migrate_to_notebook7.rst
* docs: lint migrate_to_notebook7.rst
3 years ago
Steven Silvester
840b4256da
Add spelling and docstring enforcement ( #6669 )
...
* add spelling and docstring enforcement
* remove markdown format
* restore local hooks
* add docs change
* spelling
3 years ago
Steven Silvester
22475a39ab
Adopt ruff and typing ( #6658 )
...
* adopt ruff and typing
* reinstate local hooks
* fix classifier
* fix lint
* limit ruff target
* fix doc8 test
* add integrity check
* lint
* lint
* only use mdformat for changelog
* prettier
3 years ago
Jeremy Tuloup
f38c6d6888
Explicit set language to en
4 years ago
Steven Silvester
7ae20a756f
Clean up pre-commit ( #6349 )
4 years ago
Steven Silvester
64eed5caa4
Add pytest and handle warnings ( #6338 )
4 years ago
Steven Silvester
0390be2ce8
Add flake8 and git-blame-ignore-revs ( #6337 )
4 years ago
Steven Silvester
a7717d90f1
Run Autoformatters ( #6335 )
4 years ago
Steven Silvester
ff15898e4e
replace missing files
4 years ago
Steven Silvester
c7f1bb77a1
reinstate nbpackage
4 years ago
Steven Silvester
d42758a2d9
more cleanup
4 years ago
Steven Silvester
46959df2c5
make docs build strict
4 years ago
Steven Silvester
c1d8c959e6
remove copied changelog file
4 years ago
Jeremy Tuloup
d726fb7409
Link to JupyterLab resources
4 years ago
Jeremy Tuloup
c31203e42f
Cleanup User Documentation
4 years ago
Jeremy Tuloup
58d701a383
Cleanup Configuration section in the docs
4 years ago
Jeremy Tuloup
f487ec8c7d
Fix docs sections
4 years ago
Jeremy Tuloup
be0726fe8e
Update html_theme in conf.py
4 years ago
Jeremy Tuloup
a5f712d9b1
Remove jupyter_server import in conf.py
4 years ago
Jeremy Tuloup
cde6ad68b2
Fix docs conf.py
4 years ago
Jeremy Tuloup
85ddb6f5f9
Remove autogen_config
4 years ago
Jeremy Tuloup
b1706303e7
Iterate on the README
4 years ago
Matthias Geier
10b835c68a
DOC: remove unnecessary (and wrong) source_suffix setting
4 years ago
Kevin Bates
6675ca9728
Pin nbsphinx to 0.8.6, clean up orphaned resources
4 years ago
Masaya Suzuki
326821b61c
Fix syntax highlight
5 years ago
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>
5 years ago
wggillen
8ca2887920
Spelling correction ( #6045 )
...
An instance of 'attachment' was misspelled 'attachement'.
5 years ago