/cookiecutter-pyvista-binder

This is a Cookiecutter for using PyVista on the notebook hosting service MyBinder.

Primary LanguageJupyter NotebookMIT LicenseMIT

pyvista MyBinder Cookiecutter

This is a Cookiecutter for using the PyVista on the notebook hosting service MyBinder.

Create all the needed project structure for your code harnessing pyvista

Get Started

Install cookiecutter from PyPI:

$ pip install cookiecutter

Now you can use Cookiecutter to create a new project ready for pyvista by executing the following command and following the prompts:

$ cookiecutter https://github.com/pyvista/cookiecutter-pyvista-binder.git

That's it! Now you have a new project ready for use on MyBinder!

Contribute

We alway welcome contributions! Do you want more functionality from this Cookiecutter or from PyVista? Then please considering making a merge request!