Ipython extension for VDK
Project description
vdk-ipython
Ipython extension for VDK
This extension introduces a magic command for Jupyter. The command enables the user to load job_input for his current data job and use it freely while working with Jupyter.
See more about magic commands: https://ipython.readthedocs.io/en/stable/interactive/magics.html
Usage
To use the extension it must be firstly installed with pip as a python package. Then to load the extension in Jupyter the user should use:
%reload_ext vdk_ipython
And to load the job_input:
%reload_job_input
The %reload_job_input magic can be used with arguments such as passing the job's path with --path or giving the job a new with --name, etc.
Example
The output of this example is "myjob"
%reload_ext vdk_ipython
%reload_job_input --name=myjob
job_input.get_name()
Build and testing
pip install -r requirements.txt
pip install -e .
pytest
In VDK repo ../build-plugin.sh script can be used also.
Note about the CICD:
.plugin-ci.yaml is needed only for plugins part of Versatile Data Kit Plugin repo.
The CI/CD is separated in two stages, a build stage and a release stage. The build stage is made up of a few jobs, all which inherit from the same job configuration and only differ in the Python version they use (3.7, 3.8, 3.9, 3.10 and 3.11). They run according to rules, which are ordered in a way such that changes to a plugin's directory trigger the plugin CI, but changes to a different plugin does not.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vdk-ipython-0.1.745164113.tar.gz
.
File metadata
- Download URL: vdk-ipython-0.1.745164113.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 401fa42b413f739f8a5566232cdd7cd110bfe84689ada8620f301e30039bdb5f |
|
MD5 | ec444bf3aa984a7db0a1eacbb35a7bb5 |
|
BLAKE2b-256 | e9e097accad377943ca081bdd298fd8e46b8c469e74456e08b410750054f4a67 |