Commit Graph

3444 Commits

Author SHA1 Message Date
Ayaz Salikhov
5fec760939 Fix style 2023-03-13 12:26:20 +04:00
Ayaz Salikhov
dcca12d941 Add FAQ (#1883) 2023-03-13 09:53:26 +04:00
Ayaz Salikhov
295612d3ad Show last_updated in docs (#1888)
* Show last_updated in docs

* Use sphinx-last-updated-by-git

* Set fetch-depth: 0
2023-03-10 01:09:28 +04:00
Ayaz Salikhov
b3604a68a4 Update binder image 2023-03-09 19:32:51 +04:00
Ayaz Salikhov
8dbeaa5401 Remove --quiet flag when not needed (#1887) 2023-03-09 15:52:20 +04:00
pre-commit-ci[bot]
60a7907286 [pre-commit.ci] pre-commit autoupdate (#1886) 2023-03-07 09:36:04 +04:00
Ayaz Salikhov
6ad509619a Use old tag for binder 2023-03-06 11:54:13 +04:00
René Schmit
f16d1e3a93 Update docker_healthcheck.py (#1882)
* Update docker_healthcheck.py

This does not (always) work. Sometimes, other JSON files appear in the directory, like this kernel-xxx file

jpserver-6.json
jpserver-6-open.html
kernel-374f4977-29fc-43e0-8a48-231f6980fdab.json

changing the glob expression to something like "jpserver*.json" instead of simply "*.json" should solve the problem (at least in my case, I checked with a quick patch on a live container, the healthcheck immediately turned 'healthy' again...)

* Update base-notebook/docker_healthcheck.py

* Update docker_healthcheck.py

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-03-03 23:40:53 +04:00
Ayaz Salikhov
9abc77b951 Fix broken link 2023-03-01 19:13:15 +04:00
Ayaz Salikhov
c78d9f848e Update sphinx-book-theme (#1855)
* Update sphinx-book-theme

* Use 1.0.0rc1

* Add html_theme_options.logo.text

* Use 1.0.0rc2

* Update sphinx-book-theme

* Use release version
2023-03-01 19:06:01 +04:00
Ayaz Salikhov
86d42cadf4 Update example date 2023-02-28 17:08:58 +04:00
Ayaz Salikhov
e407f93c8d Remove extra space 2023-02-28 16:12:34 +04:00
Ayaz Salikhov
73debbc0f1 Remove unrelevant information about healthcheck 2023-02-28 14:27:19 +04:00
Ayaz Salikhov
0074a09c87 Improve docker_healthcheck.py file 2023-02-28 14:23:05 +04:00
Muhammad Aji Muharrom
bcd323f794 Healthcheck url from json (#1868)
* Get healthcheck URL from JSON file

Obtain Jupyter server's full URL from
/home/$NB_USER/.local/share/jupyter/runtime/*.json
and use it for healthcheck.

* Expand tests for healthcheck

* Update pre-commit config

* Remove workdir from tests

* Wait for container start with 0.1s interval

* Quote NB_USER variable on base-notebook/Dockerfile

* Fix style and make test actually work

* Ooops, GitHub didn't show last line

* Fix mypy

* Use bash with pipefail option for healthcheck

* Create python script for healthcheck

* Don't verify SSL certificate on healthcheck

* Update healthcheck test

- Add "user" parameter
- Add tests when container should not be healthy

* Fix typo

* Update test_healthcheck.py

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-02-28 14:07:52 +04:00
Ayaz Salikhov
cde8b4389a Install r-tidymodels on aarch64 images (#1879) 2023-02-18 00:47:46 +04:00
Bjørn Jørgensen
0baeda6253 Upgrade Apache Spark to 3.3.2 2023-02-17 19:39:54 +04:00
Ayaz Salikhov
55e224e35d Change spark download url to https://dlcdn.apache.org (#1876) 2023-02-16 11:36:15 +04:00
Ayaz Salikhov
ee64c2ac00 Use date tag in all the examples (#1875)
* Use date tag in all the examples

* Update selecting.md example
2023-02-16 11:33:29 +04:00
Ayaz Salikhov
d3a9357e68 Fix grammar 2023-02-16 11:25:10 +04:00
Ayaz Salikhov
db35f7652a Do not check 127.0.0.1 links 2023-02-10 20:57:21 +04:00
Ayaz Salikhov
8b87f08fd1 Fix protobug link 2023-02-10 20:54:27 +04:00
Donovin Emerson
299ce93e86 Add third option: Route container to another local port (#1872)
* Add third option: Route container to another local port

Jupyter can have multiple local instances if the used ports don't overlap. Added this as a troubleshooting alternative for users who may want or need to have more than one Jupyter instance running.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update troubleshooting.md

* Update troubleshooting.md

* Update troubleshooting.md

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-02-10 20:53:59 +04:00
Ayaz Salikhov
7ea428dfd0 Update tagging/README.md 2023-02-09 14:53:46 +04:00
Ayaz Salikhov
465fd0fd4f Update README.md 2023-02-09 14:52:10 +04:00
Ayaz Salikhov
160bc2f96c Update bug_report.yml 2023-02-09 14:46:53 +04:00
Ayaz Salikhov
dc56a27435 Update recipes.md 2023-02-09 14:44:03 +04:00
Ayaz Salikhov
a47822e11a Update troubleshooting.md 2023-02-09 14:31:27 +04:00
Ayaz Salikhov
9545547709 Fix pre-commit hooks 2023-02-09 14:15:53 +04:00
Ayaz Salikhov
52e71cf875 Update specifics.md 2023-02-09 14:15:20 +04:00
Ayaz Salikhov
c9ba063d51 Update selecting.md 2023-02-09 14:09:50 +04:00
Ayaz Salikhov
6d67fe61a0 Update running.md 2023-02-09 14:02:03 +04:00
Ayaz Salikhov
91870f7a4a Update common.md 2023-02-09 13:57:29 +04:00
Ayaz Salikhov
ad82d97ce3 Update tasks.md 2023-02-09 13:52:04 +04:00
Ayaz Salikhov
4b8368ccc8 Update aarch64-runner.md 2023-02-09 13:48:41 +04:00
Ayaz Salikhov
1a463d008f Update README.md 2023-02-09 13:46:34 +04:00
Ayaz Salikhov
643d082229 Update tests.md 2023-02-09 13:42:02 +04:00
Ayaz Salikhov
6887bf53f2 Update stacks.md 2023-02-09 13:39:57 +04:00
Ayaz Salikhov
d69a5c5c3a Fix pre-commit hooks 2023-02-09 13:37:07 +04:00
Ayaz Salikhov
1030850c64 Update packages.md 2023-02-09 13:34:44 +04:00
Ayaz Salikhov
8c3404c6b9 Update lint.md 2023-02-09 13:32:46 +04:00
Ayaz Salikhov
e404c120fe Update issues.md 2023-02-09 13:27:18 +04:00
Ayaz Salikhov
391a46bb31 Update features.md 2023-02-09 13:23:15 +04:00
Ayaz Salikhov
1dc312a1d5 Install rpy2 on aarch64 as well (#1871) 2023-02-08 18:53:10 +04:00
pre-commit-ci[bot]
566e2d29a0 [pre-commit.ci] pre-commit autoupdate (#1870)
updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
- [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.0)
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.2...v0.33.0)
- [github.com/nbQA-dev/nbQA: 1.6.0 → 1.6.1](https://github.com/nbQA-dev/nbQA/compare/1.6.0...1.6.1)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.13.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-07 11:34:57 +04:00
Ayaz Salikhov
e4d13badfc Fix redirect link 2023-02-06 12:30:18 +04:00
Ayaz Salikhov
5db661cd66 Fix broken link 2023-02-06 11:21:37 +04:00
Ayaz Salikhov
1ffe43816b Update isort 2023-01-29 15:11:54 +04:00
Olivier Benz
6fe403919f Add GPU accelerated images by b-data to community (#1864)
* Add GPU accelerated images by b-data to community

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-26 09:20:55 +04:00
Erik Sundell
1387ff70e3 Merge pull request #1860 from mathbunnyru/asalikhov/update_docs_template
Update sphinx default config
2023-01-24 11:28:06 +01:00