Commit Graph

3555 Commits

Author SHA1 Message Date
Ayaz Salikhov
b378681ada Update image example 2023-05-17 17:20:07 +04:00
Ayaz Salikhov
4924eeabb8 Fix link 2023-05-15 19:59:30 +04:00
Ayaz Salikhov
513d0cb8a6 Update pre-commit hooks 2023-05-14 12:14:13 +04:00
pre-commit-ci[bot]
975e7404e1 [pre-commit.ci] pre-commit autoupdate (#1898) 2023-05-02 09:52:11 +04:00
Ayaz Salikhov
595c8b2cc3 Disable linkcheck for mybinder 2023-05-01 12:59:31 +04:00
Romeo Kienzler
62018ccc9e add jupyterlab-git extension (#1895)
* add jupyterlab-git extension

* order requirements

* add doc for jupyterlab-git

* fix ordering

* add test exclude for jupyterlab-git

---------

Co-authored-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
2023-04-27 14:49:43 +04:00
Bjørn Jørgensen
2a32afabd8 Upgrade Apache Spark to 3.4.0 (#1880)
* 1.

* rc2

* rc3

* RC4

* fix checksum

* rc5

* rc6

* rc7

* 3.4.0

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-04-14 20:02:06 +04:00
pre-commit-ci[bot]
816fcb7354 [pre-commit.ci] pre-commit autoupdate (#1893)
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.1.1)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.0)
- [github.com/nbQA-dev/nbQA: 1.6.3 → 1.7.0](https://github.com/nbQA-dev/nbQA/compare/1.6.3...1.7.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-04 10:31:32 +03:00
Ayaz Salikhov
4ee3d97b27 Update sphinx-book-theme requirement 2023-04-03 09:35:16 +03:00
Ayaz Salikhov
c77245e2ac Add more info about jovyan 2023-03-13 18:27:37 +04:00
Ayaz Salikhov
56af704f0f Fix meaning 2023-03-13 12:27:35 +04:00
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