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
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!
We alway welcome contributions! Do you want more functionality from this Cookiecutter or from PyVista? Then please considering making a merge request!