Arafat Abdussalam
672ef34d9b
update troubleshooting.md docs
...
I fixed the grammatical errors on the docs
address review
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2022-11-30 14:01:13 +01:00
Min RK
37bf8e0724
Merge pull request #4118 from falyne/main
...
Capitalization typo in troubleshooting.md
2022-10-24 10:52:39 +02:00
Ngobiri Falyne
fc5f55caf9
Update troubleshooting.md
...
I replaced the comma,
adjusted jupyterhub to JuputerHub
and the others as adiced
2022-10-22 06:53:16 +01:00
PoorvajaRayas
dd8259fb46
Updated the document by making necessary changes
2022-10-20 17:47:13 +05:30
pre-commit-ci[bot]
677895c3eb
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-10-20 11:55:29 +00:00
PoorvajaRayas
cd3f37f6a6
Update troubleshooting.md
2022-10-20 17:24:55 +05:30
Ngobiri Falyne
141f5ea2b4
Update troubleshooting.md
2022-10-20 10:01:44 +01:00
pre-commit-ci[bot]
c3da12c195
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-10-20 09:00:35 +00:00
Ngobiri Falyne
439b96978e
Update troubleshooting.md
2022-10-20 09:58:37 +01:00
pre-commit-ci[bot]
1ea557c999
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-10-20 08:44:59 +00:00
Ngobiri Falyne
d5f5d837de
Merge branch 'main' into main
2022-10-20 09:44:28 +01:00
pre-commit-ci[bot]
b890a7486d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-10-17 20:33:17 +00:00
PoorvajaRayas
97c72dd779
Update troubleshooting.md
...
Improved the documentation to make it clearer
2022-10-18 02:01:50 +05:30
Goodness Chris-Ugari
c7f14eec14
Update troubleshooting.md
...
Removed static header items
2022-10-17 11:07:39 +01:00
Ngobiri Falyne
de3210536f
Update troubleshooting.md
...
Adjusted the Heading sudospawner - Sudospawner to suite sentence case
Under proxy Settings, i adjusted the sentence "a organization to an organization" also singleuser to single-user
under Toree intergration, the sentence is not clear so I adjusted to Toree kernel will raise and issue when running with jupyterHub,
2022-10-14 04:53:09 +01:00
Goodness Chris-Ugari
71ce37b834
Update troubleshooting.md
...
Implement suggested changes.
2022-10-12 13:02:12 +01:00
pre-commit-ci[bot]
5d5a424aea
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-10-11 08:40:40 +00:00
Goodness Chris-Ugari
f2059c0d03
Update troubleshooting.md
...
This PR improves the troubleshooting doc and is part of [issue 41](https://github.com/jupyterhub/outreachy/issues/41 )
2022-10-11 09:37:54 +01:00
Simon Li
178e340223
jupyter troubleshooting
➡️ jupyter troubleshoot
2022-05-22 15:18:42 +01:00
Min RK
8f18303e50
fix some links revealed by myst
...
mostly pre-myst markdown links
2022-03-04 10:41:20 +01:00
Min RK
63a61bcc2f
prepare to rename default branch to main
...
- update references to default branch name in docs, workflows
- use HEAD in github urls, which always works regardless of default branch name
- fix petstore URLs since the old petstore links seem to have stopped working
2021-05-11 10:40:04 +02:00
Min RK
9331dd13da
run pre-commit (prettier)
2021-02-12 15:25:58 +01:00
Min RK
7ad4b0c7cb
update allowed/blocked language in docs
...
our words matter, let's be more mindful
2020-06-23 10:10:07 +02:00
niklas netter
4eb22821f2
no_proxy does work
2020-06-10 14:51:37 +02:00
niklas netter
b92ea54eda
proxy settings might cause authentication errors
2020-06-10 14:16:36 +02:00
Bruno P. Kinoshita
13313abb37
Fix link to SSL encryption from troubleshooting page
2020-02-19 10:46:49 +13:00
Greg
a80561bfc8
updates based on pr comments
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-02-05 16:13:15 -05:00
Greg
ed4ed4de9d
simplify text
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-01-29 12:49:52 -05:00
Greg
d177b99f3a
add trouble shooting topics
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-01-29 12:42:42 -05:00
yuvipanda
7c273296c2
Use python3 -m pip explicitly in docs
...
- Add a documentation convention listing this too.
Fixes #2191
2018-09-26 12:14:43 -07:00
Jason Williams
cb5ef0c302
Update troubleshooting.md
2018-06-12 17:01:37 -04:00
Jason Williams
34fab033fe
Jupyterhub on Docker add workaround for unable to connect to localhost
...
Added a command that worked for me to fix the situation that localhost:8000 is unable to reach the hub even though the published command for Docker exposes the correct port.
2018-06-12 16:59:17 -04:00
Min RK
7811bf518b
cleanup some cookie names
...
In part to cleanup a few remnants of early design where jupyterhub was ‘jupyter-hub’ instead of ‘jupyterhub’.
Should also clarify to some degree what the cookies are for.
- hub login cookie is now ‘jupyterhub-hub-login’ instead of ‘jupyter-hub-token’
- user server cookie is now ‘jupyterhub-user-<name>’ instead of ‘user-name’ to keep jupyterhub prefix on all cookies
All cookies at this point:
- jupyterhub-session-id on /
- jupyterhub-hub-login on /hub/ (the main login cookie)
- jupyterhub-services on /services/
- jupyterhub-user-<name> on /user/:name
- jupyterhub-user-<name>-oauth-state on /user/:name during oauth
2018-03-05 10:55:07 +01:00
Carol Willing
15b78307fb
Correct broken links in docs
2017-08-07 14:35:17 -07:00
Carol Willing
0ce0dfbc35
Add information about DockerHub to FAQ
2017-04-10 09:49:17 -07:00
Min RK
0af9f2b875
Merge pull request #1046 from willingc/iss753
...
Add default behavior of whitelist to FAQ in docs
2017-03-28 09:31:06 +02:00
Carol Willing
00274c991f
Add note to FAQ about updating node on Debian
2017-03-27 08:51:20 -07:00
Carol Willing
e6848b68aa
Add default behaviorof whitelist to doc FAQ
2017-03-27 07:27:46 -07:00
Carol Willing
942e05888b
Add rotating log info by @minrk to docs
2017-03-24 10:56:35 -07:00
Ian Maloney
4ff525d5bd
updated docs/source/troubleshooting.md per conversation with @willingc in issue 889
2016-12-21 15:21:50 -05:00
Carol Willing
fd94c6de17
Fix missing link target
2016-11-12 18:16:59 -08:00
Carol Willing
a1b6aa5537
Add troubleshooting commands
2016-11-12 18:01:53 -08:00
Carol Willing
5a4f3a4910
Added navigation links and workshop best practices
2016-09-22 10:02:29 -07:00
Carol Willing
7923074ed5
Add info on trying out JupyterLab
2016-09-12 22:22:22 -07:00
Carol Willing
403241bd98
Add reference to official pySpark docs
2016-09-08 15:28:54 -07:00
Carol Willing
de3fe88df6
Fix code indentation for markdown
2016-09-08 15:11:25 -07:00
Carol Willing
6a370286e1
Add info on setting pySpark executors on YARN
2016-09-08 15:09:20 -07:00
Carol Willing
a0b8ccf805
Add config for whole filesystem access and user home directory as default
2016-09-08 06:54:23 -07:00
Min RK
9d2278d29b
Merge pull request #733 from willingc/issue594
...
Add troubleshooting info about sudospawner
2016-09-08 14:51:57 +02:00
Carol Willing
80c5f67335
Add troubleshooting info about sudospawner
2016-09-08 00:57:17 -07:00