d2l-book
d2l-book copied to clipboard
TODO list
- [x] APA style bib with natbib enabled
- [ ] Support runtime
- [x] colab,
- [ ] mybinder
- [ ] ThebeLab
- [x] sagemaker
- [ ] Use AWS Batch to launch jobs
- [x] Click to copy for code blocks
- [ ] multi-tabs
- [x] multitab code
- [x] multitab text block
- [ ] make the whole doc a tab only
- [x] activate a particular tab for editing
- [x] support
@tab all
- [x] save code into different module
- [ ] switch to the corresponding resource when click a particular tab:
- [x] zip (all tabs in a single zip)
- [x] forum
- [x] colab
- [x] track the clicks of a particular tab
- [x] embed forum threads
- [ ] fix the tab position after clicking
- [x] refer to apis in other project by :class:
xx
and :func:yy
- [x]
--s3
arg in d2lbook deploy - [ ] use multi-processes for parallel evaluation, needs to mark the gpu usage in a notebook
- [x] unify
release
andversion
in config.ini - [ ] use multi-workers to execute, be smart on request GPUs
- [x] a new task
translate
- [ ] automatically correct a
{.python .input .toc}
block into atoc
block.