Jeremy Tuloup
1003f68930
Fix link to the IPython install page ( #7783 )
...
* Fix link text for IPython install page
* Update JupyterLab Night theme installation link
1 month ago
Jeremy Tuloup
be53ec8bc9
User facing changelog for 7.5 ( #7770 )
...
* User facing changelog for 7.5
* screenshots
* links to images
* update links
2 months ago
Jason Grout
165e3cdf76
Remove JupyterCon 2025 announcement banner ( #7757 )
...
This removes the JupyterCon 2025 promotional announcement banner
from the documentation configuration.
Reverts announcement from PR #7727
See jupyter-governance/ec-team-compass#146
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com>
2 months ago
Michał Krassowski
37ad3c4723
Update JupyterCon 2025 announcement links ( #7744 )
3 months ago
Chris Holdgraf
2e88202c8f
Add JupyterCon banner and add Jupyter colors ( #7727 )
...
* Add JupyterCon banner and add Jupyter colors
* Fix formatting
4 months ago
Jeremy Tuloup
99af31ec21
Update pre-commit hooks ( #7561 )
...
* chore: update pre-commit hooks
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0 )
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.4...0.30.0 )
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0 )
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.14.1 )
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.8.6 )
- [github.com/scientific-python/cookie: 2024.01.24 → 2024.08.19](https://github.com/scientific-python/cookie/compare/2024.01.24...2024.08.19 )
* lint
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* more ruff fixes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 year ago
Eric Gentry
d9119b8cd5
Update chat links to Zulip. ( #7539 )
...
* Update chat links to Zulip.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix icon path.
* Move zulip icon/path.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 year ago
Greg Mooney
c93015d1b6
Rename some header links to fit better ( #7508 )
...
* Rename some header links to fit better
* Change header links before dropdown to 5
1 year ago
algonell
7760265de5
Fix typos ( #7472 )
1 year ago
Aidan Feldman
094fef3104
update RISE extension installation instructions ( #7299 )
2 years ago
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