Erik Sundell
ee0105a8a5
start.sh: JUPYTER_ENV_VARS_TO_UNSET introduced
...
Allow you to define variables to be unset before running the command
that start.sh is supposed to start. These variables will still be
available in the hooks run before.
2021-11-11 22:48:20 +01:00
Ayaz Salikhov
993b4f1d4e
Refactor github workflows
2021-11-02 12:54:27 +03:00
mathbunnyru
0919c6aff1
[ci skip] Automated publish for c400462ce1
2021-11-02 09:39:38 +00:00
Ayaz Salikhov
e76894fb6d
Better bash syntax
2021-11-02 12:35:57 +03:00
Peng Gao
d0bbcc5339
Add recipe for installing custom fonts
...
Signed-off-by: Peng Gao <peng.gao.dut@gmail.com >
2021-11-02 11:54:22 +08:00
Ayaz Salikhov
e1bee8d59b
Better docs
2021-10-16 16:17:11 +03:00
Ayaz Salikhov
d665b0c29a
Revert autogenerated file change
2021-10-16 16:14:27 +03:00
Nick Crews
ba2e8d7716
Rename blacklist
-> blocklist
...
A simple change, but also quite easy.
See https://en.wikipedia.org/wiki/Master/slave_(technology)
2021-10-15 11:34:15 -06:00
consideRatio
310edebfdc
[ci skip] Automated publish for db380d15c3
2021-09-07 09:24:03 +00:00
Ayaz Salikhov
a01b73a5b4
Fix typo
2021-09-07 01:44:37 +03:00
mathbunnyru
11a777c0a8
[ci skip] Automated publish for 258196c13f
2021-08-26 10:25:15 +00:00
Ayaz Salikhov
e81474cab0
Fix docs :(
2021-08-26 10:57:36 +03:00
Ayaz Salikhov
c85f24268a
Update docs
2021-08-25 20:11:43 +00:00
mathbunnyru
b4b7399e52
[ci skip] Automated publish for 6ae9805d58
2021-08-25 17:56:42 +00:00
Ayaz Salikhov
9451ddbb2d
r-notebook and scipy-notebook work fine under arm
2021-08-25 15:57:13 +00:00
mathbunnyru
aaa2f6d651
[ci skip] Automated publish for 044762949b
2021-08-25 10:59:31 +00:00
Ayaz Salikhov
1fce48cd6c
Use mamba instead of conda where possible
2021-08-24 23:41:32 +03:00
Ayaz Salikhov
ec9b7e9301
Add pyupgrade tool
2021-08-24 16:43:53 +03:00
mathbunnyru
91af9c8ee9
[ci skip] Automated publish for 8e693aad7d
2021-08-09 17:29:23 +00:00
Ayaz Salikhov
617ea3ccb0
Merge branch 'master' into asalikhov/automatic_conda_versioning
2021-08-09 17:54:38 +03:00
Erik Sundell
f50b2a80a5
Apply suggestions from code review
2021-08-09 16:53:35 +02:00
Erik Sundell
86f94a3519
docs: adjust docs about building/versioning
2021-08-09 16:45:35 +02:00
consideRatio
8a94d6f312
[ci skip] Automated publish for 0efb97d20d
2021-08-07 07:27:44 +00:00
James Brock
39c0f18214
ihaskell-notebook moved from Docker Hub to Github
2021-08-07 12:41:18 +09:00
mathbunnyru
232f2efa1e
[ci skip] Automated publish for 2001655f1e
2021-07-17 19:24:39 +00:00
Ayaz Salikhov
2001655f1e
Fix links in index.rst ( #1413 )
2021-07-17 22:24:03 +03:00
consideRatio
2d4c4d8d87
[ci skip] Automated publish for 514883dc66
2021-07-16 21:02:35 +00:00
Ayaz Salikhov
7ee6bdb3c4
Support arm builds
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2021-07-16 17:13:33 +03:00
mathbunnyru
6333762c56
[ci skip] Automated publish for 481bafbda7
2021-07-08 14:06:16 +00:00
Holden Karau
481bafbda7
Make the base & minimal notebook containers not amd specific (e.g. support building for arm64) ( #1368 )
...
* Dynamically select the right miniforge arch and unpin the ROOT_CONTAINER so that buildx can build arm64 and amd64
cleanup
* Remove the commented out hard set of arch
* Address code review comments from mathbunnyru
* Add setting the owner to respective dockerhbub username
* Revert "Add setting the owner to respective dockerhbub username"
This reverts commit a8d9c468a7d35dbda33ae902cc524db599519d8a.
* Fix up the dockerfile, make the default buildx compatible with the CI and add a comment about how to do cross-platform builds.
* Update the docs
* Refactor the Makefile to support cross-building images incrementally, add ARG OWNER to the Dockerfile's so people can more easily push to their own, add docker buildx & ARM64 support to the CI
* Simplify build-test-all rule
* Match patch version
* Run prettier on docker.yml
* Declare and export seperately per docker lint
* Skip CI changes
* Revert the makefile changes
* Update the Arch comment to match
* back out unrelated changes
2021-07-08 17:05:35 +03:00
Erik Sundell
fe3968efe0
pre-commit: run black autoformatter on all files
2021-06-28 22:07:23 +02:00
GitHub Actions
e8c0e9ab23
[ci skip] Automated publish for d3784434e5
2021-06-21 17:20:00 +00:00
Ayaz Salikhov
a0f0150712
Make README.md match index.rst
2021-06-21 19:56:34 +03:00
GitHub Actions
ebc453bf38
[ci skip] Automated publish for b32574afee
2021-06-21 16:38:20 +00:00
Ayaz Salikhov
4a8ca96e15
Revert rst changes
2021-06-21 19:25:51 +03:00
Ayaz Salikhov
334381dfe2
Limit markdown line length to 200
2021-06-21 12:59:21 +03:00
Ayaz Salikhov
fe46e814ad
Make docs build process less obscure
2021-06-20 19:05:40 +03:00
Ayaz Salikhov
90e43db305
Small docs fix
2021-06-14 15:36:08 +03:00
Ayaz Salikhov
38b616f12e
Merge pull request #1328 from mathbunnyru/asalikhov/modern_issue_template
...
Use modern GitHub issue templates
2021-06-14 15:31:57 +03:00
Ayaz Salikhov
7b37074ec7
Update cookiecutter instruction because of project changes
2021-06-14 15:13:05 +03:00
Ayaz Salikhov
4f094735cb
Merge branch 'master' into asalikhov/modern_issue_template
2021-06-13 21:34:35 +03:00
GitHub Actions
982fec6fa9
[ci skip] Automated publish for 4a6f5b7e5d
2021-06-13 17:49:48 +00:00
Ayaz Salikhov
7853778dbf
Merge branch 'master' into asalikhov/modern_issue_template
2021-06-07 23:04:57 +03:00
GitHub Actions
587009a341
[ci skip] Automated publish for 396024a4dd
2021-06-07 20:00:49 +00:00
Ayaz Salikhov
396024a4dd
Merge pull request #1335 from mathbunnyru/asalikhov/unify_bash_variables
...
Unify bash variables usage and add quotes where needed
2021-06-07 23:00:11 +03:00
GitHub Actions
95da54ee8a
[ci skip] Automated publish for 4c5e2cfc72
2021-06-02 21:19:57 +00:00
romainx
a79bb5235f
Format variables
2021-06-02 21:56:46 +02:00
romainx
327f78db39
Define Spark Dependencies
2021-06-02 21:19:15 +02:00
GitHub Actions
731c12330f
[ci skip] Automated publish for af07bff382
2021-06-01 10:15:56 +00:00
Ayaz Salikhov
450d0163fc
Replace vincent with altair
2021-06-01 12:13:22 +03:00