Skip to content

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

License

Notifications You must be signed in to change notification settings

pyvista/cookiecutter-pyvista-binder

Repository files navigation

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!