Ayaz Salikhov
d42a0b8ffa
Rename master->main in all the source code
2022-07-07 14:51:09 +04:00
irvcaza
df919dbcbc
notebook updated to jupyter_server
2022-07-02 12:47:33 -05:00
irvcaza
7efcf03026
Default Hash changed to Argon
...
Now passwd() returns an argon2 hash by default.
2022-07-02 00:34:11 -05:00
pre-commit-ci[bot]
e49abd45cb
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-06-29 04:11:01 +00:00
irvcaza
9219b8cc16
Line split to comply with linting
...
docs/using/common.md:13:201 MD013/line-length Line length [Expected: 200; Actual: 253]
2022-06-28 23:10:42 -05:00
irvcaza
02846c2b49
Update passwd function
...
The use of `IPython.lib.passwd()` does not match with Jupyter server documentation
https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html#preparing-a-hashed-password
and may lead to confusion on how to import/use it.
2022-06-28 23:00:31 -05:00
Ayaz Salikhov
812c713a64
Fix PyCharm issues
2022-03-16 16:47:30 +02:00
romainx
4bef40f531
Switch the default to jupyter_server_config.py
2022-02-11 23:03:11 +01:00
Ayaz Salikhov
48a41e5da5
Beautiful docs
2022-02-11 23:41:16 +03:00
Ayaz Salikhov
b4036d6361
Fix wrong links
2022-02-07 15:52:50 +03:00
Tania Allard
bdb0bcdbe9
📝 DOC: Minor style changes
2022-02-07 10:54:11 +00:00
Ayaz Salikhov
9a5700a431
Add must, where needed
2022-02-05 14:20:33 +03:00
Ayaz Salikhov
d3adf90e91
More docs cleanup
2022-02-04 02:02:53 +03:00
Ayaz Salikhov
ce93de8e2a
Fix typo
2022-02-02 12:59:39 +03:00
Ayaz Salikhov
ff63c762e5
More notes
2022-02-02 12:54:27 +03:00
Ayaz Salikhov
12ccbf5149
Apply suggestions from code review
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2022-02-02 12:41:16 +03:00
Ayaz Salikhov
28a0f4c8b4
Cleanup docs
2022-02-02 01:19:38 +03:00
Tania Allard
72fb3b9480
📝 Fix common.md
2022-01-31 12:40:38 +00:00
Tania Allard
6b57b34145
📝 Minor changes to common
2022-01-29 09:07:42 +00:00
Tania Allard
f2a843071e
📝 Structure improvements to common.md
2022-01-29 09:03:27 +00:00
Tania Allard
3152f60dea
Merge remote-tracking branch 'upstream/master' into trallard/docs
2022-01-29 08:50:21 +00:00
Tania Allard
eb4beea973
📝 Changes to configuration section
2022-01-28 18:01:01 +00:00
Tania Allard
b68ff7f67f
📝 Minor improvements to docs
2022-01-28 17:16:26 +00:00
Tania Allard
0ce5f7b49d
📝 Changes to common.md
2022-01-28 11:50:57 +00:00
Ayaz Salikhov
2c1cd43504
Update common.md
2022-01-27 21:18:19 +03:00
Ayaz Salikhov
4e83d109b2
Match the docs style
2022-01-27 21:13:27 +03:00
Ayaz Salikhov
36d468626a
Better style
2022-01-27 21:10:06 +03:00
Ayaz Salikhov
33db75ed46
Do not hardcode values
2022-01-27 20:52:14 +03:00
Ayaz Salikhov
844622a0ca
Add quotes
2022-01-27 20:48:19 +03:00
pre-commit-ci[bot]
517ca157f3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-01-27 13:14:45 +00:00
rigzba21
3ee9b21afb
fixing formatting
2022-01-27 08:08:46 -05:00
rigzba21
e8c8a1eaba
adding example usage for NB_USER environment variable option
2022-01-27 08:07:09 -05:00
rigzba21
c3382f76da
adding to NB_USER environment variable option description
2022-01-27 06:53:30 -05:00
rigzba21
ec8addb64b
updating Docker Options overview text, and editing NB_UMASK description
2022-01-26 20:07:18 -05:00
romainx
c954633981
JUPYTER_CMD -> DOCKER_STACKS_JUPYTER_CMD (review)
2022-01-20 23:32:52 +01:00
romainx
c6f7d4637e
Fix / improve docs (review)
2022-01-20 15:28:01 +01:00
romainx
554ab113b1
Update documentation
2022-01-20 09:35:20 +01:00
Ayaz Salikhov
3d87fcc1a7
Document NOTEBOOK_ARGS
2021-12-15 16:40:15 +03:00
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
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
7942cb1c2b
Update docs on installing packages
2021-05-25 13:58:33 +03:00
Ayaz Salikhov
66aaa99176
Update links
2021-05-21 14:17:18 +03:00
Ayaz Salikhov
57c360e485
Merge branch 'master' into asalikhov/make_markdown_prettier
2021-05-19 12:42:44 +03:00
Ayaz Salikhov
b748228e7e
Fix dead links in docs
2021-05-07 13:46:59 +03:00
Ayaz Salikhov
453556b2c4
Make markdown files look prettier using prettier :)
2021-05-07 00:53:06 +03:00
Ayaz Salikhov
a8b7682fd6
Add newlines
2021-04-17 18:20:37 +03:00
Ayaz Salikhov
bf9660a054
Bunch of small refactorings and updates
2021-04-17 13:25:23 +03:00