https://github.com/sbamin/code101
My notes on programming, mostly using R, Python, and bash.
https://github.com/sbamin/code101
computational-biology conda getting-started hpc jupyterlab linux rstats
Last synced: 26 days ago
JSON representation
My notes on programming, mostly using R, Python, and bash.
- Host: GitHub
- URL: https://github.com/sbamin/code101
- Owner: sbamin
- License: mit
- Created: 2021-12-30T00:34:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T14:13:16.000Z (about 2 years ago)
- Last Synced: 2023-11-28T15:31:37.926Z (about 2 years ago)
- Topics: computational-biology, conda, getting-started, hpc, jupyterlab, linux, rstats
- Language: Shell
- Homepage: https://code.sbamin.com
- Size: 4.81 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coding 101
[](https://app.netlify.com/sites/confident-dubinsky-6917c9/deploys)
My notes on programming, mostly using R, Python, and bash.
### Using mkdocs
This site is built using [MkDocs](https://www.mkdocs.org). It uses [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme and several extensions. To build local version of this documentation, you can install/upgrade following python packages, preferably in clean conda or virtual env. You can then use scripts similar to [serve_docs.sh] and [push_docs.sh] to serve and optionally, host your own documentation on Github Pages.
```
pip install --upgrade mkdocs mkdocs-material mkdocs-git-revision-date-plugin mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-redirects pymdown-extensions mkdocs-macros-plugin mike
```