Jeremy Tuloup
0fbb1b252c
Add nbviewer.jupyter.org to the ignore list ( #7197 )
...
* Add nbviewer.jupyter.org to the ignore list
* Fix https link
2023-12-21 10:19:47 +01:00
Steven Silvester
0a08ba3f96
Update ruff config ( #7190 )
...
* Update ruff config
* cleanup
2023-12-19 15:17:07 +01:00
Steven Silvester
29d665dbac
Update ruff config and typing ( #7145 )
2023-11-10 01:53:11 +00:00
Jeremy Tuloup
ea1a1538ef
Set navigation_with_keys
to False
( #7129 )
2023-10-27 09:06:47 +02:00
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
2023-09-26 07:57:51 +02:00
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
2023-09-12 14:38:29 +02:00
Andrii Ieroshenko
fe4799ab5e
Update accessibly compliance section in the docs ( #6982 )
...
* Remove improved WCAG compliance section
* Reintriduce Accessibility section, text by @jtpio
2023-07-25 10:51:05 +02:00
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>
2023-06-21 19:07:21 +02:00
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>
2023-06-15 09:47:29 +02:00
Rosio
4b1cf32c25
Added example of custom css files ( #6919 )
...
* added example of custom css files
* prettify
2023-06-13 20:42:02 +02:00
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>
2023-06-12 08:33:00 +02:00
Jeremy Tuloup
82703a67c3
Document how to manage plugins and extensions ( #6909 )
...
* Add docs for plugins
* fix some wording
2023-06-09 09:15:38 +02:00
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
2023-06-09 08:39:44 +02:00
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.
2023-05-31 17:35:38 +02:00
Jason Weill
93e4d5e1c6
Copy edits ( #6879 )
2023-05-18 10:11:59 +02:00
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>
2023-04-27 20:44:45 +02:00
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>
2023-04-05 12:16:34 +00:00
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.
2023-04-05 13:54:03 +02:00
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
2023-04-04 19:05:07 +02:00
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>
2023-04-04 12:16:39 +02:00
Yinon Ehrlich
a5994d1a63
fix typo in the migration guide ( #6812 )
2023-04-03 13:37:16 +02:00
Jeremy Tuloup
7903de83e8
Update to JupyterLab 4.0.0a37 ( #6777 )
...
* Update JupyterLab and Lumino packages
* fix resolutions
* Update to TypeScript 5 final
* Reuse upstream sessionDialogs plugin
* update gitpod setup
* Update UI tests setup
* Update npmClient
* try without immutable
* add explicit playwright dep
* Update mathjax package
* update yarn.lock
* update dev dependencies
* lint
* update yarn.lock
* Fix typescript dependency
* fix metapackage
2023-03-20 13:49:22 +01:00
Jeremy Tuloup
f05e5a985d
Convert docs to Markdown ( #6770 )
...
* Convert docs to Markdown
* lint
* update refs
* more update
2023-03-14 17:06:31 +01:00
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
2023-02-17 14:28:23 +01:00
Steven Silvester
840b4256da
Add spelling and docstring enforcement ( #6669 )
...
* add spelling and docstring enforcement
* remove markdown format
* restore local hooks
* add docs change
* spelling
2022-12-23 21:55:19 +01:00
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
2022-12-11 17:07:54 +01:00
Steven Silvester
e1a2ea0925
ci cleanup
2022-11-19 14:09:38 -06:00
Jeremy Tuloup
f38c6d6888
Explicit set language to en
2022-06-09 17:41:23 +02:00
Steven Silvester
7ae20a756f
Clean up pre-commit ( #6349 )
2022-04-09 05:46:04 -05:00
Steven Silvester
64eed5caa4
Add pytest and handle warnings ( #6338 )
2022-04-01 15:08:30 -05:00
Steven Silvester
0390be2ce8
Add flake8 and git-blame-ignore-revs ( #6337 )
2022-04-01 11:34:37 -05:00
Steven Silvester
a7717d90f1
Run Autoformatters ( #6335 )
2022-04-01 11:02:12 -05:00
Steven Silvester
ebc7615a71
Adopt pre-commit ( #6331 )
2022-04-01 08:48:40 -05:00
Steven Silvester
ff15898e4e
replace missing files
2022-03-09 07:42:21 -06:00
Steven Silvester
c7f1bb77a1
reinstate nbpackage
2022-03-09 07:35:31 -06:00
Steven Silvester
d42758a2d9
more cleanup
2022-03-09 07:34:52 -06:00
Steven Silvester
46959df2c5
make docs build strict
2022-03-09 07:00:26 -06:00
Steven Silvester
c1d8c959e6
remove copied changelog file
2022-03-09 06:26:26 -06:00
Jeremy Tuloup
d726fb7409
Link to JupyterLab resources
2022-03-04 17:46:44 +01:00
Jeremy Tuloup
c31203e42f
Cleanup User Documentation
2022-03-04 17:37:52 +01:00
Jeremy Tuloup
58d701a383
Cleanup Configuration section in the docs
2022-03-04 16:44:44 +01:00
Jeremy Tuloup
f487ec8c7d
Fix docs sections
2022-03-04 16:14:23 +01:00
Jeremy Tuloup
38832b3031
Update doc-requirements.txt
2022-03-04 15:42:17 +01:00
Jeremy Tuloup
be0726fe8e
Update html_theme in conf.py
2022-03-04 14:50:20 +01:00
Jeremy Tuloup
b48c225875
Use pydata-sphinx-theme
2022-03-04 14:39:22 +01:00
Jeremy Tuloup
a5f712d9b1
Remove jupyter_server import in conf.py
2022-03-02 18:01:54 +01:00
Jeremy Tuloup
cde6ad68b2
Fix docs conf.py
2022-03-02 14:46:38 +01:00
Jeremy Tuloup
85ddb6f5f9
Remove autogen_config
2022-03-02 14:35:17 +01:00
Jeremy Tuloup
b1706303e7
Iterate on the README
2022-03-02 10:05:57 +01:00
Jeremy Tuloup
104af9b79f
Lint
2022-03-01 16:35:13 +01:00