Want to create some code samples for ValidMind? Our End-to-end notebook template generation notebook will generate a new file with all the bits and pieces of a standard ValidMind notebook to get you started.
The same functionality is also accesible in our root directory Makefile as a command:
make notebookThe template generation script/notebook draws from the following mini-templates, should you need to revise them or grab the information from them manually:
_about-validmind.ipynb: Conceptual overview of ValidMind & prerequisites._install-initialize-validmind.ipynb: ValidMind Library installation & initialization instructions._next-steps.ipynb: Directions to review the generated documentation within the ValidMind Platform & additional learning resources._upgrade-validmind.ipynb: Instructions for comparing & upgrading versions of the ValidMind Library._copyright.ipynb: Copyright and licensing info — mandatory at the bottom of every notebook owned by ValidMind.
Mini-templates are not meant to stand alone, and follow the filename convention of _filename.ipynb.
For lengthy notebooks, we recommend that you add a table of contents with the Simplified table of contents for Jupyter Notebooks extension.