Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 969 Bytes

README.rst

File metadata and controls

41 lines (22 loc) · 969 Bytes

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!