ipython2cwl
ipython2cwl copied to clipboard
IPython2CWL is a tool for converting IPython Jupyter Notebooks to CWL Command Line Tools by simply providing typing annotation.
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @anntzer in jupyter/nbconvert#1723 Adopt...
## Problem Argument type for InputFile (`pathlib.Path`) generates issues in some cases. For example, the function ` tflite.Interpreter` from TensorFlow library excepts a string ```py 'InterpreterWrapper_CreateWrapperCPPFromFile'. Possible C/C++ prototypes are:...
The container doesn't have a network by default. This can be a problem for a notebook that needs to connect to an API, etc. ```bash $ ➜ ~ cwltool main.cwl...
I had a notebook `main.ipynb` that imports a function from the file `inference.py` The script generated `main` is going to fail because the `ipython2cwl` doesn't copy the `inference.py` file ```py...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
https://github.com/terradue-ogc-tb16/repo2cli Would be great if the annotations were the same
Add a docker environment to run the ipython2cwl itself in the docker container. ```bash $ docker-compose up jupyter-repo2cwl https://github.com/giannisdoukas/ipython2cwl-demo -o . ``` It is able to run using the above...
This pull request introduces major enhancements to the CI/CD pipeline, dependency management, and the `ipython2cwl` Python package, focusing on improved testing, security, code quality, and extensibility for Common Workflow Language...
Bumps [cwltool](https://github.com/common-workflow-language/cwltool) from 3.0.20200706173533 to 3.1.20251031082601. Release notes Sourced from cwltool's releases. 3.1.20251031082601 Python 3.9 This is the last release of cwltool with Python 3.9 support, as per our Python...