nbdev 2.3.14__py3-none-any.whl → 2.3.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nbdev/__init__.py +1 -1
- nbdev/serve.py +2 -2
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/METADATA +2 -5
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/RECORD +8 -8
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/LICENSE +0 -0
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/WHEEL +0 -0
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/entry_points.txt +0 -0
- {nbdev-2.3.14.dist-info → nbdev-2.3.15.dist-info}/top_level.txt +0 -0
nbdev/__init__.py
CHANGED
nbdev/serve.py
CHANGED
|
@@ -62,9 +62,9 @@ def proc_nbs(
|
|
|
62
62
|
cfg = get_config()
|
|
63
63
|
cache = cfg.config_path/'_proc'
|
|
64
64
|
path = Path(path or cfg.nbs_path)
|
|
65
|
-
files = nbglob(path, func=Path, file_glob=
|
|
65
|
+
files = nbglob(path, func=Path, file_glob='', file_re='', **kwargs)
|
|
66
66
|
if (path/'_quarto.yml').exists(): files.append(path/'_quarto.yml')
|
|
67
|
-
if (path/'_extensions').exists(): files.extend(nbglob(path/'_extensions', func=Path, file_glob=
|
|
67
|
+
if (path/'_extensions').exists(): files.extend(nbglob(path/'_extensions', func=Path, file_glob='', file_re='', skip_file_re='^[.]'))
|
|
68
68
|
|
|
69
69
|
# If settings.ini or filter script newer than cache folder modified, delete cache
|
|
70
70
|
chk_mtime = max(cfg.config_file.stat().st_mtime, Path(__file__).stat().st_mtime)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdev
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.15
|
|
4
4
|
Summary: Create delightful software with Jupyter Notebooks
|
|
5
5
|
Home-page: https://github.com/fastai/nbdev
|
|
6
6
|
Author: Jeremy Howard and Hamel Husain
|
|
@@ -40,6 +40,7 @@ Requires-Dist: jupyter ; extra == 'dev'
|
|
|
40
40
|
|
|
41
41
|
# Getting Started
|
|
42
42
|
|
|
43
|
+
|
|
43
44
|
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
|
|
44
45
|
|
|
45
46
|

|
|
@@ -101,15 +102,11 @@ The best way to learn how to use nbdev is to complete either the
|
|
|
101
102
|
[written walkthrough](https://nbdev.fast.ai/tutorials/tutorial.html) or
|
|
102
103
|
video walkthrough:
|
|
103
104
|
|
|
104
|
-
<div>
|
|
105
|
-
|
|
106
105
|
<a href="http://www.youtube.com/watch?v=l7zS8Ld4_iA" target="_blank"
|
|
107
106
|
title="nbdev walkthrough"><img
|
|
108
107
|
src="https://github.com/fastai/logos/raw/main/nbdev_walkthrough.png"
|
|
109
108
|
style="border-radius: 10px" width="560" height="315" /></a>
|
|
110
109
|
|
|
111
|
-
</div>
|
|
112
|
-
|
|
113
110
|
Alternatively, there’s a [shortened version of the video
|
|
114
111
|
walkthrough](https://youtu.be/67FdzLSt4aA) with coding sections sped up
|
|
115
112
|
using the `unsilence` Python library – it’s 27 minutes faster, but a bit
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
nbdev/__init__.py,sha256=
|
|
1
|
+
nbdev/__init__.py,sha256=qDBhcGlBa2Z6gb5_QZUrC7_GcYoJWnUEB0cgH2H5Dwc,90
|
|
2
2
|
nbdev/_modidx.py,sha256=TdX0nyg7miq1j7D_LN99_kAmqQJEbrrlIJ7XBM1PDHs,39709
|
|
3
3
|
nbdev/clean.py,sha256=lLtfhCLjkDBqf8MvIG9lDSWSmA9vUDvn2QhS6LPprHI,9284
|
|
4
4
|
nbdev/cli.py,sha256=nn9UxmpJaA_NorxDwP6jlFl5XnmWQdFqJHt0XAaKfbM,5637
|
|
@@ -16,14 +16,14 @@ nbdev/processors.py,sha256=GyF0UAb9SQ9KEzqPF-iK9-FOtFzcUJENI8pY3sRhLcg,10048
|
|
|
16
16
|
nbdev/qmd.py,sha256=3Cskd8ynm25Hh7bo-_t0hxCMF6jqXxgq_VfkpLBKu_w,2958
|
|
17
17
|
nbdev/quarto.py,sha256=uPburjx-OG9ruNTI08Ku_iOV5gerUUGNQUXDeOGmAco,12017
|
|
18
18
|
nbdev/release.py,sha256=1rqBx77XPWSfb9JW8X7rTyaHz7wc4aRd3BHIkJafcKI,14229
|
|
19
|
-
nbdev/serve.py,sha256=
|
|
19
|
+
nbdev/serve.py,sha256=8q2qa82-osuIOpQamJ13Q_WEnnVZycxb8Vj467PGias,3020
|
|
20
20
|
nbdev/serve_drv.py,sha256=IZ2acem_KKsXYYe0iUECiR_orkYLBkT1ZG_258ZS7SQ,657
|
|
21
21
|
nbdev/showdoc.py,sha256=sWkpTLpWLUMQBsysHqyvS7czIVcmfkJ_pjSU3zcp-AI,9150
|
|
22
22
|
nbdev/sync.py,sha256=ZKcWRJd49EaYJXeIB8hSa8oWHDrqRWoyRbGUGHDYxJg,2898
|
|
23
23
|
nbdev/test.py,sha256=74db-sK_rnc69Q3beztibXDSZUeOk6M9nIiIORLHzlo,4397
|
|
24
|
-
nbdev-2.3.
|
|
25
|
-
nbdev-2.3.
|
|
26
|
-
nbdev-2.3.
|
|
27
|
-
nbdev-2.3.
|
|
28
|
-
nbdev-2.3.
|
|
29
|
-
nbdev-2.3.
|
|
24
|
+
nbdev-2.3.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
25
|
+
nbdev-2.3.15.dist-info/METADATA,sha256=SNBlGkTrkpembibcrwVjKtxkYAnWfkrUVyVHyjZLkko,10147
|
|
26
|
+
nbdev-2.3.15.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
27
|
+
nbdev-2.3.15.dist-info/entry_points.txt,sha256=lFZD1JQyZQI8x8PuaaSqbfnhInHhpm56nCR6n84nFKk,1272
|
|
28
|
+
nbdev-2.3.15.dist-info/top_level.txt,sha256=3cWYLMuaXsZjz3TQRGEkWGs9Z8ieEDmYcq8TZS3y3vU,6
|
|
29
|
+
nbdev-2.3.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|