Commit Graph

627 Commits

Author SHA1 Message Date
Ayaz Salikhov
d60cf610fd More clear docs 2023-07-11 14:24:41 +04:00
Ayaz Salikhov
a7781fb90a More clear docs on building pyspark-notebook with different spark version 2023-07-11 14:16:10 +04:00
Ayaz Salikhov
1b04ebe67d One more docs fix 2023-07-09 20:20:34 +04:00
Ayaz Salikhov
11071cb577 Fix docs 2023-07-09 19:57:34 +04:00
Yuvi Panda
39582f7099 Install Pluto.jl and jupyter-pluto-proxy (#1929)
* Install Pluto.jl and jupyter-pluto-proxy

[Pluto.jl](https://plutojl.org/) is an alternative reactive notebook
frontend focused specifically on Julia. I think shipping this
by default in the julia-enabled images helps serve the Julia
community better, particularly when used with JupyterHub.

For context, I am working with the Julia users of the
[Jupyter Meets the Earth](https://jupytearth.org/) project, and
trying to understand how to best serve their needs on a JupyterHub.
We currently maintain a massive image that 'has everything', but
I'm trying to instead work upstream wherever possible so everyone
working in these subfields can benefit. Meeting Julia users where
they are at seems a useful path forward here.

* Add note about Pluto.jl to selecting.md

* Default to replacing - with _ in package imports

* Add jupyter-pluto-proxy to package import mapping

* Add Pluto.jl to datascience-notebook image

* Add test for pluto proxy starting correctly

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

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

* Update test_packages.py

---------

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-07-05 18:48:36 +04:00
Ayaz Salikhov
127004aec4 Add an example of adding a new image 2023-07-04 20:27:31 +04:00
Ayaz Salikhov
51109c93aa Add newlines to Community Stacks to make images look better 2023-07-04 20:24:00 +04:00
Ayaz Salikhov
a10fc2bdd0 Update maintaining recipes 2023-07-04 20:11:56 +04:00
Ayaz Salikhov
b345aa508d Fix text 2023-07-04 18:37:17 +04:00
Ayaz Salikhov
042161a94f Put static files in correct folder 2023-07-04 18:33:14 +04:00
Ayaz Salikhov
e5879f20f1 Improve docs about VSCode jupyter settings 2023-07-04 18:27:42 +04:00
Yuvi Panda
a489a0f259 Add jupyter/julia-notebook (#1926)
* Add jupyter/julia-notebook

There is a growing number of Julia users in the Jupyter
ecosystem who do not use R, and hence would <3 to have a
dedicated docker image that doesn't bring in all the R
stuff that datascience-notebook brings in! The built image
size is much smaller, and eventually paves the way to
better ecosystem support for Julia.

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

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

* Add a test for julia-notebook

* Tell tests what julia-notebook inherits from

* Sort lists with julia-notebook

* Fix README for julia-notebook

* Add julia-notebook to the makefile

* Move julia-notebook below r-notebook

* Use hard tabs in Makefile

* Do some more sorting

* Rename test_julia to avoid mypy issue

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

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

* Re-order julia/r-notebook

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

* Move julia-notebook stanza under r-notebook

* Update inheritance diagram

---------

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-06-28 14:41:45 +04:00
Ayaz Salikhov
799403c4c6 Do not use wget --quiet, as it makes debugging much harder 2023-06-19 17:57:19 +04:00
Ayaz Salikhov
4e57503a0b Use long options in code 2023-06-19 17:53:50 +04:00
Ayaz Salikhov
bd2e2cccd7 Update RTD config 2023-06-03 02:43:07 +04:00
Ayaz Salikhov
0d7551c273 Update tag example to use python 3.11 2023-06-02 19:29:44 +04:00
Ayaz Salikhov
a01a701292 Build aarch64 tensorflow image (#1911) 2023-06-02 00:39:53 +04:00
Darek
7805c32c42 Adding Scala kernel to Community Stacks docs (#1912)
Co-authored-by: Darek <dchrostowski@medallia.com>
2023-06-02 00:32:46 +04:00
Ayaz Salikhov
7d8861bf61 Increase recommended disk space for self-hosted runners 2023-05-31 17:34:33 +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
0294856e1e Better docs about self-hosted runners 2023-05-25 17:48:42 +04:00
Ayaz Salikhov
b54ec1b19a Fix listed packages in selecting.md (#1904)
* Fix listed packages in selecting.md

* Update selecting.md
2023-05-25 16:50:31 +04:00
Ayaz Salikhov
b9cea5b809 Add bold to make better docs 2023-05-25 16:14:50 +04:00
Ayaz Salikhov
a542afad1a Update aarch64-runner.md to support Google Cloud 2023-05-25 16:12:06 +04:00
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
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
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
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