Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProB 2 Jupyter Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
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
general
stups
ProB 2 Jupyter Kernel
Commits
85ce492c
Commit
85ce492c
authored
2 years ago
by
Michael Leuschel
Browse files
Options
Downloads
Patches
Plain Diff
add target in Makefile to install kernel for VSCode
Signed-off-by:
Michael Leuschel
<
leuschel@uni-duesseldorf.de
>
parent
7389c733
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Pipeline
#99236
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-1
6 additions, 1 deletion
Makefile
with
6 additions
and
1 deletion
Makefile
+
6
−
1
View file @
85ce492c
...
...
@@ -6,8 +6,13 @@ install:
./gradlew installKernelSpec
USERNAME
=
PHOME
=
/Users/
$(
USERNAME
)
/git_root/prob_prolog
JUPYTER
=
/Users/
$(
USERNAME
)
/opt/miniconda3/bin/jupyter
#JUPYTER=/Users/$(USERNAME)/opt/miniconda3/envs/py10/bin/jupyter
installph
:
./gradlew
-PprobHome
=
$(
PHOME
)
installKernelSpec
./gradlew
-PprobHome
=
$(
PHOME
)
-PjupyterCommand
=
$(
JUPYTER
)
installKernelSpec
installphuser
:
echo
"Installing for user, so that, e.g., VSCode sees the kernel"
./gradlew
-PprobHome
=
$(
PHOME
)
-PjupyterCommand
=
$(
JUPYTER
)
-PkernelspecUserInstall
=
true
installKernelSpec
console
:
jupyter console
--kernel
prob2
...
...
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