Commit Graph

596 Commits

Author SHA1 Message Date
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
8dbeaa5401 Remove --quiet flag when not needed (#1887) 2023-03-09 15:52:20 +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
73debbc0f1 Remove unrelevant information about healthcheck 2023-02-28 14:27:19 +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
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
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
e4d13badfc Fix redirect link 2023-02-06 12:30:18 +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
Ayaz Salikhov
51ccb3e018 Update sphinx default config 2023-01-24 14:23:39 +04:00
Muhammad Aji Muharrom
0d324bc0b3 Parameterize healthcheck by internal port (#1859)
* Use the JUPYTER_PORT environment variable to configure server port

- Remove port setting in jupyter_server_config.py
- Declare the $JUPYTER_PORT env on the base Dockerfile
- Use it for HEALTHCHECK

* Add test case for JUPYTER_PORT env variable

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

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

* Update documentation

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

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

* Update style

* Better wording

* Better wording

* Add test for custom internal port

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

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

* Parametrize internal port test case

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

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

* Try to fix test

* Better tests

Co-authored-by: Muhammad Aji Muharrom <ajimuharrom@uchicago.edu>
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>
Co-authored-by: Ayaz Salikhov <mathbunnyru@gmail.com>
2023-01-24 11:19:39 +04:00
Bastian Fredriksson
f8aca249b7 Recipe for Microsoft SQL Server (#1847)
* Recipe for Microsoft SQL Server

Dockerfile with Microsoft SQL Server ODBC driver and pyodbc.

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

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

* Get rid of apt-key, only install what's needed and clean up properly

* Replace apt-get with apt

* Switch from apt to apt-get

* Use --no-install-recommends in the right place

* Use simple pip install

* Install pip package under jovyan

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>
2022-12-18 01:36:56 +04:00
lexi2042
23bf11f66b add recipe for installing ijavascript kernel (#1840)
* add recipe for installing ijavascript kernel

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

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

* Update docs/using/recipes.md

* Update docs/using/recipes.md

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>

* stop installing ijavascript in $HOME

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>
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-12-07 00:07:39 +02:00
Ayaz Salikhov
bd658995bd Fix interactive block diag link 2022-11-29 01:08:47 +04:00
Ayaz Salikhov
bb1c56b5c7 Update tag example 2022-11-13 03:46:42 +04:00
Ayaz Salikhov
dcea9a572f Fix broken url 2022-11-13 01:47:23 +04:00
Kevin Bates
10e52ee843 Create base image to base-notebook for non-server Jupyter applications (#1825)
* Create base-jupyter from base-notebook for non-server jupyter applications

* Fix pre-commit errors and begin test refactoring

* More test refactoring

* Add base-jupyter to images_hierarchy

* Use folder work instead of .jupyter in nb-user test

* Add base-jupyter to tagging hierarchy

* Linting: trailing comma

* Apply review comments, remove obsolute Miniforge reference

* Add self-signed cert comment back to base-notebook doc

* Update docs/using/selecting.md

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

* Remove redundant apt-get upgrade per review

* Remove b/c approaches per review

* Move test_nb_user_change back to base-notebook tests, per review

* fix linting

* Rename base-jupyter to docker-stacks-foundation, per review

* Rename tests/base-jupyter to docker-stacks-foundation

* Use alphabetical order

* Use alphabetical order

* Fix markdown style

* Split test_nb_user_change between the foundation and base tests

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-11-13 01:44:44 +04:00
Ayaz Salikhov
846a811db4 Introduce policy to update python version (#1815) 2022-10-27 21:12:01 +04:00
Ayaz Salikhov
a061d10bc9 Document how to enable pandas.read_clipboard() (#1801) 2022-10-13 19:15:08 +04:00
dietmar
d5256ad236 add openpyxl to scipy-notebook (#1804) (#1805) 2022-10-13 11:05:46 +04:00
Ayaz Salikhov
2e306fcfa2 Fix z2jh docs links 2022-10-08 22:14:26 +04:00
Ayaz Salikhov
e443036613 Update inheritance diagram once more 2022-09-27 15:34:49 +04:00
Ayaz Salikhov
42618b1d42 Update svg image for images hierarchy 2022-09-27 15:27:09 +04:00
Ayaz Salikhov
4a2ef8cfdd Update image inheritance diag 2022-09-27 15:20:09 +04:00
Ayaz Salikhov
d468c2e1dc Remove working links from linkcheck_ignore 2022-09-27 15:09:52 +04:00
Ayaz Salikhov
d7637de684 Update tag example 2022-09-27 14:59:06 +04:00
Ayaz Salikhov
a85bfad8ca Merge tags and create multi-platform images (#1789)
* Merge tags and create multi-platform images

* Add new files :)

* Provide images

* Fix

* Fix

* Use the same naming style as python for the images

* Fix docker image rmi command

* Use plumbum.FG

* Fix

* Add missing path

* Few merging fixes

* Add pushing manifests

* Add missing path

* Add arch to apply tags

* Use platform word

* Remove unused step

* Merge tags for tensorflow as well

* Do not use print

* Make merge_tags work when image doesn't exist

* Add logs

* Add icon

* Add tensorflow-notebook workaround

* Unify platform usage

* Remove unused function

* Fix

* Update docs
2022-09-21 09:58:57 +04:00