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
2aae8b51
Commit
2aae8b51
authored
2 years ago
by
Lars Jitschin
Browse files
Options
Downloads
Patches
Plain Diff
Corrected Prompts which are specific to certain partitions
parent
38df47fb
No related branches found
Branches containing commit
No related tags found
2 merge requests
!687
Automated merge from preview to main
,
!632
Improving JupyterHub Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/access/jupyterhub_custom_environments.md
+13
-13
13 additions, 13 deletions
...-dresden.de/docs/access/jupyterhub_custom_environments.md
with
13 additions
and
13 deletions
doc.zih.tu-dresden.de/docs/access/jupyterhub_custom_environments.md
+
13
−
13
View file @
2aae8b51
...
...
@@ -41,7 +41,7 @@ will work. Depending on that hardware, allocate resources as follows.
=== "Nodes with ppc64le CPU"
```console
maria@l
ogin
$ srun --pty --partition=ml --ntasks=1 --cpus-per-task=2 --mem-per-cpu=1443 \
maria@
m
l$ srun --pty --partition=ml --ntasks=1 --cpus-per-task=2 --mem-per-cpu=1443 \
--time=08:00:00 bash -l
```
...
...
@@ -66,18 +66,18 @@ Depending on the CPU architecture that you are targeting, please choose a `moden
please try to initialize your Python Virtual Environment like this:
```console
marie@
compute
$ module load Python/3.8.6-GCCcore-10.2.0
marie@
haswell
$ module load Python/3.8.6-GCCcore-10.2.0
Module Python/3.8.6-GCCcore-10.2.0 and 11 dependencies loaded.
marie@
compute
$ mkdir user-kernel # please use workspaces!
marie@
compute
$ cd user-kernel
marie@
compute
$ virtualenv --system-site-packages my-kernel
marie@
haswell
$ mkdir user-kernel # please use workspaces!
marie@
haswell
$ cd user-kernel
marie@
haswell
$ virtualenv --system-site-packages my-kernel
created virtual environment CPython3.8.6.final.0-64 in 5985ms
creator CPython3Posix(dest=[...]/my-kernel, clear=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=[...])
added seed packages: pip==20.2.3, setuptools==50.3.0, wheel==0.35.1
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
marie@
compute
$ source my-kernel/bin/activate
(my-kernel) marie@
compute
$ pip install ipykernel
marie@
haswell
$ source my-kernel/bin/activate
(my-kernel) marie@
haswell
$ pip install ipykernel
Collecting ipykernel
[...]
Successfully installed [...] ipykernel-6.9.1 ipython-8.0.1 [...]
...
...
@@ -91,18 +91,18 @@ Depending on the CPU architecture that you are targeting, please choose a `moden
please try to initialize your Python Virtual Environment like this:
```console
marie@
c
om
put
e$ module load GCC/10.2.0 Python/3.8.6
marie@
r
ome
o
$ module load GCC/10.2.0 Python/3.8.6
Module GCC/10.2.0Python/3.8.6 and 11 dependencies loaded.
marie@
c
om
put
e$ mkdir user-kernel # please use workspaces!
marie@
c
om
put
e$ cd user-kernel
marie@
c
om
put
e$ virtualenv --system-site-packages my-kernel
marie@
r
ome
o
$ mkdir user-kernel # please use workspaces!
marie@
r
ome
o
$ cd user-kernel
marie@
r
ome
o
$ virtualenv --system-site-packages my-kernel
created virtual environment CPython3.8.6.final.0-64 in 5985ms
creator CPython3Posix(dest=[...]/my-kernel, clear=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=[...])
added seed packages: pip==20.2.3, setuptools==50.3.0, wheel==0.35.1
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
marie@
c
om
put
e$ source my-kernel/bin/activate
(my-kernel) marie@
c
om
put
e$ pip install ipykernel
marie@
r
ome
o
$ source my-kernel/bin/activate
(my-kernel) marie@
r
ome
o
$ pip install ipykernel
Collecting ipykernel
[...]
Successfully installed [...] ipykernel-6.9.1 ipython-8.0.1 [...]
...
...
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