Utilities and styling for notebooks in vscode
Project description
Template repository for a library project
Initial set up
- In the link above, replace
librarynamewith your library's name. - Rename the
librarynamefolder to the name of your library, do not use hyphens, '-', in the name. - Replace all instances of
libraryname,vscodenb, andfunctionnamefor the names of/in your library (Shift-Cmd-Fin VScode).
Development
In addition to any dependencies of your library, the development setup requires quarto the following packages:
conda-forge::jupyter conda-forge::nbconvert conda-forge::quartodoc conda-forge::gh conda-forge::git conda-forge::pip
Version
The only version you need to change is the one in setup.cfg.
Unit tests
Test are put in test/test_vscodenb.py. Run these and all other test_* files you create by running ./scripts/test.sh.
Creating docs
Use type hits (with the typing module) for code and add this to your settings.json in VScode.
"files.associations": {
"*.qmd": "quarto"
},
"autoDocstring.docstringFormat": "numpy",
"autoDocstring.startOnNewLine": true,
"autoDocstring.customTemplatePath": "docs/autodoc.mustache",
That lets you can autogenerate doc-strings by typing """ at the top of your functions.
Publishing docs
Docs are published to your github pages site https://{user}.github.io/{libraryname}. The template is set up for the user munch-group, but you can substitute all its instances for your own github user name.
Run all documentation notebooks inplace by running ./docs-run-notebooks.sh. Build and render all documentation by running ./docs-build-render.sh.
Publishing conda package
Once pushed to github the library can be published as a conda package by running ./conda-release.sh.
Publishing the conda package to anaconda requires that you set up a github secret, ANACONDA_TOKEN, that you create on your anaconda.org account.
Library dependencies
Dependencies are managed in pyproject.toml and automatically read by conda-build/meta.yaml.
Entry points
Entry points are defined in pyproject.toml and automatically read by conda-build/meta.yaml.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vscodenb-0.1.55.tar.gz.
File metadata
- Download URL: vscodenb-0.1.55.tar.gz
- Upload date:
- Size: 626.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b969edbcfc61b1bb96cd3b6e8dc11e0eede819b5a448a02bfbf333582676f16c
|
|
| MD5 |
e3731179b749ff10f9f08fde391e8354
|
|
| BLAKE2b-256 |
2ef2ba4fbb1b874b7b54bc1bd4952554e1eb02e7cd613c639f4df5dad2851fd1
|
File details
Details for the file vscodenb-0.1.55-py3-none-any.whl.
File metadata
- Download URL: vscodenb-0.1.55-py3-none-any.whl
- Upload date:
- Size: 46.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0d326f69e57c7318fd3c0dbfdb5b010fb6d94063281085a10765dcce4f45770
|
|
| MD5 |
81eca956c3d55a1d9afaa329be49fbfd
|
|
| BLAKE2b-256 |
e4ca811f63207476ef295406bd444faf2d968cd9298670c5e49c4d9459efc4a8
|