Commit Graph

2632 Commits

Author SHA1 Message Date
Ayaz Salikhov
77297fc332 Better style 2022-01-22 01:34:56 +02:00
Ayaz Salikhov
767d9f2273 Change timeout 2022-01-22 01:27:30 +02:00
Ayaz Salikhov
2bc219a807 Fix 2022-01-22 01:25:03 +02:00
Ayaz Salikhov
12b618c5da Unify docker usage in tests 2022-01-22 00:46:20 +02:00
Ayaz Salikhov
2fee7b754c Rename helpers->package_helper.py 2022-01-21 23:54:44 +02:00
Ayaz Salikhov
8deebb1616 Merge pull request #1577 from mathbunnyru/asalikhov/docs_duplication
Remove docs duplication
2022-01-21 20:09:06 +02:00
Ayaz Salikhov
0967c0d490 Better docs 2022-01-21 14:51:28 +02:00
Ayaz Salikhov
2ca8ddd266 Fix 2022-01-21 14:50:39 +02:00
Ayaz Salikhov
f72b6c7593 Remove docs duplication 2022-01-21 14:47:01 +02:00
Ayaz Salikhov
571d970832 Merge pull request #1576 from mathbunnyru/master
Update the tag in docs
2022-01-21 14:02:10 +02:00
Ayaz Salikhov
3306119c2d Update the tag in docs 2022-01-21 13:58:08 +02:00
Ayaz Salikhov
b418b67c22 Merge pull request #1575 from romainx/fix-1217-1
Jupyter Notebook deprecation -> default to JupyterLab
2022-01-21 00:47:28 +02:00
romainx
c954633981 JUPYTER_CMD -> DOCKER_STACKS_JUPYTER_CMD (review) 2022-01-20 23:32:52 +01:00
romainx
74bc6b3fa5 Align examples in both docs (review) 2022-01-20 23:23:54 +01:00
romainx
88d83c9f16 Wording in the examples (review) 2022-01-20 19:41:50 +01:00
romainx
c6f7d4637e Fix / improve docs (review) 2022-01-20 15:28:01 +01:00
romainx
7e049373af Merge branch 'fix-1217-1' of https://github.com/romainx/docker-stacks into fix-1217-1 2022-01-20 09:41:07 +01:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
romainx
1178c33e27 Fix comand and improve tests 2022-01-20 09:12:38 +01:00
Ayaz Salikhov
39ae7d2202 Fix typing 2022-01-19 23:37:45 +02:00
romainx
de087bb1a3 Test improved (review) 2022-01-19 18:12:15 +01:00
romainx
1d8d7df242 Default to JupyterLab
Introduce a new `JUPYTER_CMD` option
2022-01-19 12:15:54 +01:00
Ayaz Salikhov
f162376112 Merge pull request #1573 from mathbunnyru/asalikhov/add_typing
Add some typing to tests
2022-01-18 21:46:08 +03:00
Ayaz Salikhov
3b6383610e One more fix 2022-01-18 21:01:22 +03:00
Ayaz Salikhov
48f8791ad4 Add missing str 2022-01-18 20:30:10 +03:00
Ayaz Salikhov
f458a5aba0 Remove wrong typing 2022-01-18 20:02:25 +03:00
Ayaz Salikhov
e83abc9c50 Remove wrong typing 2022-01-18 19:57:17 +03:00
Ayaz Salikhov
4049365492 Fix 2022-01-18 19:54:28 +03:00
Ayaz Salikhov
2a1316c9ac Add some typing to tests 2022-01-18 19:13:17 +03:00
Erik Sundell
ee77b7831e Merge pull request #1571 from jupyter/dependabot/github_actions/stefanzweifel/git-auto-commit-action-4.13.1
Bump stefanzweifel/git-auto-commit-action from 4.13.0 to 4.13.1
2022-01-14 18:24:52 +01:00
dependabot[bot]
788e852f93 Bump stefanzweifel/git-auto-commit-action from 4.13.0 to 4.13.1
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](8040434425...5804e42f86)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 16:22:12 +00:00
Ayaz Salikhov
e6f746a6d4 Merge pull request #1570 from agustingenoud/patch-1
Spark version incompatibility with Delta
2022-01-13 17:42:17 +03:00
Ayaz Salikhov
16f68e7d09 Update docs/using/recipes.md 2022-01-13 17:31:43 +03:00
Ayaz Salikhov
1ebca76164 Update docs/using/recipes.md 2022-01-13 17:31:16 +03:00
agustin genoud
4579e5acf3 Spark version incompatibility with Delta
Calling the "latest" tag in "FROM jupyter/pyspark-notebook:latest" installs the Spark 3.2 version which is incompatible with delta lake ( https://docs.delta.io/latest/releases.html#-compatibility-with-as ). Installing the last version of Spark 3.1.x resolves the issue. In the jupyter docker repo that would be version 3.1.18
2022-01-12 20:24:39 -03:00
Ayaz Salikhov
f51aa480b7 Merge pull request #1568 from mathbunnyru/asalikhov/simplify_requirements
Do not fix sphinx version
2022-01-12 15:39:49 +03:00
Ayaz Salikhov
018ed4aacc Do not fix sphinx version 2022-01-12 15:32:27 +03:00
Ayaz Salikhov
8689bd5c30 Merge pull request #1567 from jupyter/dependabot/github_actions/stefanzweifel/git-auto-commit-action-4.13.0
Bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.0
2022-01-12 08:35:27 +03:00
dependabot[bot]
02b3b403c0 Bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](abd87b7d94...8040434425)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11 16:13:18 +00:00
Erik Sundell
a87ae087ed Merge pull request #1566 from mathbunnyru/asalikhov/simplify_docs_configuration
Implement docs configuration from scratch to make it simple
2022-01-11 14:06:40 +01:00
Ayaz Salikhov
ce9c98be15 Update rtd config 2022-01-11 15:50:53 +03:00
Ayaz Salikhov
008792c01b Add versions 2022-01-11 15:44:16 +03:00
Ayaz Salikhov
cced50c1dd Lint file 2022-01-11 15:39:48 +03:00
Ayaz Salikhov
f308f43f53 Implement docs configuration from scratch to make it simple 2022-01-11 14:28:27 +03:00
Ayaz Salikhov
cfc62597b0 Merge pull request #1565 from mathbunnyru/asalikhov/remove_transifex
Remove transifex translations
2022-01-09 23:46:32 +03:00
Ayaz Salikhov
065938bc80 Remove some packages 2022-01-09 12:31:07 +03:00
Ayaz Salikhov
f7299f0dcd Remove transifex translations 2022-01-09 12:28:04 +03:00
mathbunnyru
f77f1a2a42 Automated publish for 43882c4dd5 2022-01-09 08:56:10 +00:00
Ayaz Salikhov
43882c4dd5 Merge pull request #1562 from romainx/fix-1423
Turn off ipython low-level output capture and forward
2022-01-09 11:55:34 +03:00
Ayaz Salikhov
c81a0eae4a Update pyspark-notebook/ipython_kernel_config.py 2022-01-09 11:54:24 +03:00