nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Create delightful software with Jupyter Notebooks

Results 179 nbdev issues
Sort by recently updated
recently updated
newest added

I like the nbdev ❤️ when I find it at first time. This is just a quick idea. Today, I find [deno can works in jupyter](https://deno.com/blog/v1.37) now, it is amazing....

bug

There are some cases where I want to use project post rendering and profiles functionality of quarto in nbdev_preview, and nbdev_docs. This allows me to replace some existing folder with...

# Provide a minimally reproducible example run nbs/api/08_showdoc.ipynb with Python 3.12 kernel # some background what I understand from https://stackoverflow.com/questions/77531208/python3-12-syntaxwarning-on-triplequoted-string-d-must-be-d is that with python 3.12, these messages have been promoted...

bug

I would like to build nbdev docs (nb: docs only, no lib code) based on multiple subfolders - the pattern is as follows: ``` repo_root └ nbs_dir ├ sub-directory1 │...

for example, if you have a fresh repo initialized with nbdev_new, and you modify /core.py then run nbdev_update --fname 'core', you won't see any output at all from the command...

bug

- Introduces the ability to handle .py files as py:percent files within nbdev. - Does this by converting .py files to .ipynb format as an intermediate step in `NBProcessor.__init__` -...

I submitted a PR [here](https://github.com/fastai/nbdev/pull/1436) that adds support for .py files written using [py:percent ](https://jupytext.readthedocs.io/en/latest/formats-scripts.html) notation, essentially allowing for developing entirely using plain text files. I was inspired by [this](https://fgiasson.com/blog/index.php/2023/08/30/literate-programming-in-python-using-nbdev/)...

Use `sh` instead of `shell` for consistent pre-formatted code formatting.

I've found that jupyterlab is required when running: `nbdev_export && nbdev_clean && nbdev_trust` Also, the docs state: > Note that nbdev must be installed into the same Python environment that...

# Mminimally reproducible example In the root of the repo run: ```sh conda create -n nbdev1433 -c conda-forge nbdev jupyterlab conda activate nbdev1433 nbdev_export && nbdev_clean && nbdev_trust ``` Expected...

bug