Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefan Kesselheim
jax_kernel
Commits
f53eafb4
Commit
f53eafb4
authored
Dec 16, 2020
by
Stefan Kesselheim
Browse files
small fixes
parent
8e4019a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
f53eafb4
venv
create_kernel.sh
View file @
f53eafb4
...
...
@@ -6,11 +6,13 @@ source ${ABSOLUTE_PATH}/config.sh
KERNELFILE
=
${
ENV_DIR
}
/kernel.sh
echo
the name is
$ENV_NAME
echo
"Setting up the kernel script in the following dir: "
${
KERNELFILE
}
echo
'#!/bin/bash
source '
"
${
ENV_DIR
}
"
'/activate.sh
source '
"
${
ABSOLUTE_PATH
}
"
'/activate.sh
exec python -m ipykernel $@'
>
${
KERNELFILE
}
...
...
@@ -23,6 +25,6 @@ echo '{
"-f",
"{connection_file}"
],
"display_name": "'
${
ENV_NA
N
E
}
'",
"display_name": "'
${
ENV_NA
M
E
}
'",
"language": "python"
}'
>
~/.local/share/jupyter/kernels/
${
ENV_NAME
}
/kernel.json
requirements.txt
View file @
f53eafb4
opencv-python
ipykernel
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment