Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
a55b9d1b
Commit
a55b9d1b
authored
3 years ago
by
Jan Frenzel
Committed by
Elias Werner
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
97852984
No related branches found
No related tags found
4 merge requests
!333
Draft: update NGC containers
,
!322
Merge preview into main
,
!319
Merge preview into main
,
!258
Data Analytics restructuring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
+8
-5
8 additions, 5 deletions
doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
with
8 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/archive/install_jupyter.md
+
8
−
5
View file @
a55b9d1b
...
@@ -111,14 +111,17 @@ Fill in the form with decent values.
...
@@ -111,14 +111,17 @@ Fill in the form with decent values.
Possible entries for your Jupyter configuration (
`.jupyter/jupyter_notebook*config.py*`
).
Possible entries for your Jupyter configuration (
`.jupyter/jupyter_notebook*config.py*`
).
```
Bash
```
Bash
c.NotebookApp.certfile = u'<path-to-cert>/mycert.pem'
c.NotebookApp.keyfile =
c.NotebookApp.certfile = u'<path-to-cert>/mycert.pem'
u'<path-to-cert>/mykey.key'
c.NotebookApp.keyfile =
u'<path-to-cert>/mykey.key'
# set ip to '*' otherwise server is bound to localhost only c.NotebookApp.ip = '*'
# set ip to '*' otherwise server is bound to localhost only
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.open_browser = False
# copy hashed password from the jupyter_notebook_config.json c.NotebookApp.password = u'<your
# copy hashed password from the jupyter_notebook_config.json
hashed password here>' c.NotebookApp.port = 9999 c.NotebookApp.allow_remote_access = True
c.NotebookApp.password = u'<your hashed password here>'
c.NotebookApp.port = 9999
c.NotebookApp.allow_remote_access = True
```
```
Note:
`<path-to-cert>`
- path to key and certificate files, for example:
Note:
`<path-to-cert>`
- path to key and certificate files, for example:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment