runipy | Run IPython notebooks as command-line scripts
kandi X-RAY | runipy Summary
kandi X-RAY | runipy Summary
Run IPython notebooks as command-line scripts, generate HTML reports
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of runipy
runipy Key Features
runipy Examples and Code Snippets
Community Discussions
Trending Discussions on runipy
QUESTION
I want to run my Jupyter notebooks with my pipeline. To do this i need runipy. And to install runipy on the gitlab runner i need python. But when i want to run the .gitlab-ci.yml script it gets stuck at printing the python version because python is not recognized.
.gitlab-ci.yml:
...ANSWER
Answered 2021-Apr-06 at 12:58Based on your log, you're using the shell
executor. This will run commands on your local shell, just like you would yourself. The problem is the runner does not use your OS environment variables, so you need to add your python
, git
, etc. paths to the runner's path environment variable.
The best way to do this is to configure the path variables explicitly in the environment
variable in the [[runners]]
section of your runner's config.toml
. The config.toml
file can either be in /etc/gitlab-runner/
, ~/.gitlab-runner
or /
root. This StackOverflow thread shows how to do this. Please read Advanced Configurations for more info.
If you want to download and use a custom docker image, like python:3.9
, you need to use the Docker Executor.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install runipy
No Installation instructions are available at this moment for runipy.Refer to component home page for details.
Support
If you have any questions vist the community on GitHub, Stack Overflow.
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page