-
We want to solve 3 problems regarding documentation:
1. We don't want to have to rerun the `ipynb` files in `./docs` after each change **by hand**, this is an issue because:
a. this is easily fo…
-
Currently, `misas` can only be installed through `pip`. Installation through `conda` is an important alternative.
iimog updated
2 years ago
-
When the notebook to be published containts a url to the internet, the convertion of the notebook to a post gives an error.
I tried three options:
1. Embed using markup
```python
![Example Bu…
-
Related to https://github.com/fastai/nbdev/issues/474
Rendered readme on Github: https://github.com/rxavier/poniard/blob/experiment/nbdev/README.md
index.ipynb: https://github.com/rxavier/poniard/…
-
![Image](https://user-images.githubusercontent.com/3657095/214770146-9ef08e41-ef59-4a55-bd97-1c6453baebf4.png)
# Steps
1. You'll train a model in Jupyter notebook, named "training.ipynb", as instruc…
-
![Image](https://user-images.githubusercontent.com/3657095/214770146-9ef08e41-ef59-4a55-bd97-1c6453baebf4.png)
# Steps
1. You'll convert a model in Jupyter notebook, named "compiling.ipynb", as inst…
-
Run `nbdev_test --n_workers 1 --file_re "0[07].*" --do_print` in `fastai` repo (after installing the dev dependencies)
Error I'm getting:
```
xl0@vespa:~/work/code/fastai$ nbdev_test --n_workers…
xl0 updated
11 months ago
-
Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES → instead of this question, ask bug creators to execute and include in the bug rep…
-
When trying to run `nbdev_install_hooks`, I get
`PermissionError: [Errno 13] Permission denied: '/home/azureuser/.jupyter/jupyter_notebook_config.py'`
The reason is that I work in an Azure Machi…
-
A single list of all the commands, but with the following improvements
1. A link to the associated function (should also make sure the names match the command)
2. A bit more detail in some cases a…