Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
1b2ff8d8
Commit
1b2ff8d8
authored
5 years ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
create kernel for venv
parent
15e5f84b
No related branches found
No related tags found
1 merge request
!260
create kernel for venv
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+14
-3
14 additions, 3 deletions
README.rst
with
14 additions
and
3 deletions
README.rst
+
14
−
3
View file @
1b2ff8d8
...
@@ -70,15 +70,26 @@ In additional install pyDetLib package, which is required for many notebooks::
...
@@ -70,15 +70,26 @@ In additional install pyDetLib package, which is required for many notebooks::
pip install -r requirements.txt
pip install -r requirements.txt
pip install .
pip install .
+++++++++++++++++++++++++++++++++++++++
Installing kernel for Jupyter Notebooks
+++++++++++++++++++++++++++++++++++++++
To set a kernel for your virtual environment::
source /path/to/new/virtual/environment/bin/activate
pip install ipykernel
python -m ipykernel install --user --name <virtenv-name> --display-name "virtenv-display-name"
This can be useful for Jupyter notebook tools as "max-jhub.desy.de".
Development Installation
Development Installation
------------------------
------------------------
For a development installation
in your home directory
, which automatically
For a development installation, which automatically
picks up (most) changes, first install the dependencies as above,
picks up (most) changes, first install the dependencies as above,
but then install the tool-chain separately in development mode::
but then install the tool-chain separately in development mode
(install in home directory using --user, in case of using Anaconda/3)
::
pip install -e .
--user
pip install -e .
Activate Offline calibration
Activate Offline calibration
...
...
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