Commit Graph

96 Commits

Author SHA1 Message Date
Ayaz Salikhov
00a6728161 Move from Docker Hub to quay.io (#2010)
* Move from Docker Hub to quay.io

* Fix http->https

* Update registry-overviews

* Remove Docker Hub name
2023-10-20 22:31:45 +02:00
Ayaz Salikhov
00e591fcf0 Add docker.io to more places 2023-10-20 00:43:18 +02:00
Ayaz Salikhov
f8cd90ade1 Add an ability to specify registry when using docker images (#2008)
* Add an ability to specify registry when using docker images

* Fix typo

* [TMP] Speedup workflow

* Revert "[TMP] Speedup workflow"

This reverts commit 3af0055ccf.
2023-10-19 21:15:10 +02:00
Yuvi Panda
bceaead5d2 Migrate start-notebook & start-singleuser to python (#2006)
* Migrate start-notebook.sh to bash

Based on

> Stop using bash, haha 👍

from https://github.com/jupyter/docker-stacks/issues/1532.

If there's more apetite for this, I'll try to migrate
`start.sh` and `start-singleuser.sh` as well - I think they should
all be merged together. We can remove the `.sh` suffixes for
accuracy, and keep symlinks in so old config still works. Since
the shebang is what is used to launch the correct interpreter,
the `.sh` doesn't matter.

Will help fix https://github.com/jupyter/docker-stacks/issues/1532,
as I believe all those things are going to be easier to do from
python than bash

* Rename start-notebook.sh to start-notebook

* Cleanup start-notebook a little

* Fix typo

* Migrate start-singleuser as well

* Remove unused import

* Run symlink commands as root

* Combine repetitive RUN commands

* Remove multiple args to env

-u can not be set by shebang, we must set the env var
instead

* Fix conditional inversion

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Fix how start-singleuser is exec'd

* Actually call jupyterhub-singleuser in start-singleuser

* Pass through any additional args we get

* Put .py suffix on the start-* scripts

* Add .sh shims for the start-* scripts

* Document start-notebook.sh and start-singleuser.sh

* Partially test start-notebook.sh

* Reflow warning docs

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-10-17 14:46:43 +02:00
Ayaz Salikhov
17fdc2d2a5 Fix examples README.md 2023-08-26 00:41:36 +04:00
Ayaz Salikhov
d400e383cc Update some links 2023-08-24 01:52:38 +04:00
Ayaz Salikhov
66a93b2286 Remove outdated list from examples 2023-08-18 19:34:41 +02:00
Ayaz Salikhov
ff657c7d51 Remove tags from examples folder 2023-07-28 22:33:40 +04:00
Ayaz Salikhov
df06e24103 Improve wording in docs about Jupyter Notebook (#1949)
* Improve wording in docs about Jupyter Notebook

* Fixes

* Better naming

* Apply suggestions from code review
2023-07-28 12:16:02 +04:00
Ayaz Salikhov
bfe5f20914 Use correct ServerApp options in examples and tests (#1947) 2023-07-26 20:09:47 +04:00
Ayaz Salikhov
df6884ffaf Update tag example 2023-07-26 12:32:28 +04:00
Ayaz Salikhov
4e57503a0b Use long options in code 2023-06-19 17:53:50 +04:00
Ayaz Salikhov
0d7551c273 Update tag example to use python 3.11 2023-06-02 19:29:44 +04:00
Ayaz Salikhov
4693a1d256 Update tag example once again 2023-05-27 11:47:18 +04:00
Ayaz Salikhov
a2f462b152 Update image example to use JupyterLab 4.0 2023-05-25 18:46:06 +04:00
Ayaz Salikhov
b378681ada Update image example 2023-05-17 17:20:07 +04:00
Ayaz Salikhov
8dbeaa5401 Remove --quiet flag when not needed (#1887) 2023-03-09 15:52:20 +04:00
Ayaz Salikhov
86d42cadf4 Update example date 2023-02-28 17:08:58 +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
bb1c56b5c7 Update tag example 2022-11-13 03:46:42 +04:00
Ayaz Salikhov
3263a1b610 Add information about examples 2022-10-05 19:00:53 +04:00
Ayaz Salikhov
d7637de684 Update tag example 2022-09-27 14:59:06 +04:00
Ayaz Salikhov
064599f0be Improve docs about tags 2022-08-06 10:58:12 +04:00
Ayaz Salikhov
103da29c0a Merge branch 'main' into asalikhov/ubuntu_jammy 2022-07-09 16:50:05 +04:00
Ayaz Salikhov
f445acf037 Update tag example 2022-07-08 00:42:20 +04:00
Ayaz Salikhov
d42a0b8ffa Rename master->main in all the source code 2022-07-07 14:51:09 +04:00
Ayaz Salikhov
061b2b2d4c Use ubuntu:jammy in more places 2022-07-05 22:01:54 +04:00
Ayaz Salikhov
a420c15d53 Update tags in documentation 2022-03-30 19:20:23 +01:00
Ayaz Salikhov
bcf5118cb7 Fix minor PyCharm issues 2022-03-19 00:15:27 +02:00
romainx
4bef40f531 Switch the default to jupyter_server_config.py 2022-02-11 23:03:11 +01:00
Ayaz Salikhov
d3adf90e91 More docs cleanup 2022-02-04 02:02:53 +03:00
Ayaz Salikhov
ff63c762e5 More notes 2022-02-02 12:54:27 +03:00
Ayaz Salikhov
28a0f4c8b4 Cleanup docs 2022-02-02 01:19:38 +03:00
Ayaz Salikhov
3306119c2d Update the tag in docs 2022-01-21 13:58:08 +02:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2 Limit markdown line length to 200 2021-06-21 12:59:21 +03:00
Ayaz Salikhov
0999f1a36f Unify bash variables usage and add quotes where needed 2021-05-26 13:06:10 +03:00
Ayaz Salikhov
ccebe16e6e More installation updates 2021-05-25 14:34:02 +03:00
Ayaz Salikhov
7bf833c183 Update tags in documentation 2021-05-22 16:55:58 +03:00
Ayaz Salikhov
fbceaa9892 Fixes 2021-05-22 14:01:01 +03:00
Ayaz Salikhov
c0ae562059 Fix all shellcheck warnings 2021-05-21 15:49:49 +03:00
Ayaz Salikhov
3734d39090 Fix shellcheck warnings 2021-05-20 15:38:03 +03:00
Ayaz Salikhov
57c360e485 Merge branch 'master' into asalikhov/make_markdown_prettier 2021-05-19 12:42:44 +03:00
Ayaz Salikhov
f4c0193bbc Merge pull request #1292 from mathbunnyru/asalikhov/css_json_yaml_style
Make css, json and yaml style identical
2021-05-12 11:50:28 +03:00
Ayaz Salikhov
f008b37ebb Remove empty README.md file 2021-05-07 14:34:56 +03:00
Ayaz Salikhov
453556b2c4 Make markdown files look prettier using prettier :) 2021-05-07 00:53:06 +03:00
Ayaz Salikhov
019b5a76b0 Make css, json and yaml style identical 2021-05-07 00:34:43 +03:00
Ayaz Salikhov
451544c956 Fix some errors 2021-05-01 13:36:47 +03:00
Ayaz Salikhov
c5aa354b09 Fix more errors 2021-05-01 13:29:58 +03:00