Files
speckle_automate_jupyter_ex…/README.md
Iain Sproat 2f19a0ab7b Improve the README and other instructions (#1)
* Improve the README and other instructions

* Improve documentation
2023-11-10 23:25:15 +00:00

681 B

Speckle Automate Jupyter Notebook Template

An example Speckle Automate Function using a Jupyter Notebook.

This is intended to be a template from which you can base your own Speckle Automate Function.

Usage

Please open and edit the function.ipynb file in a Jupyter Notebook environment. This might be a GitHub Codespace, Visual Studio Code, or a local Jupyter Notebook installation.

Instructions for use are included within the function.ipynb file.

If you wish to add more external dependencies, please add them to the pyproject.toml file, within the [tool.poetry.dependencies] section.