Skip to content

Commit c8340a4

Browse files
committed
nbdev1 note
1 parent 009cde4 commit c8340a4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Getting started
33

44
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
55

6+
**NB: This is nbdev v2, a new from-scratch rewrite of nbdev that’s not
7+
backwards compatible. Whilst the differences to nbdev1 aren’t huge, it
8+
does require some changes. So if you wish to continue to use nbdev1
9+
until you’ve got the time to upgrade, you can find the old version docs
10+
at [nbdev1.fast.ai](https://nbdev1.fast.ai). You can use version-pinning
11+
in your `requirements.txt` or `settings.ini` (i.e use `'nbdev<2'` as
12+
your dependency) to stop nbdev from being upgraded.**
13+
14+
------------------------------------------------------------------------
15+
616
`nbdev` is a system for *exploratory programming*. Simply write
717
notebooks with lightweight markup and get high-quality documentation,
818
tests, continuous integration, and packaging for free!

nbs/getting_started.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16+
"**NB: This is nbdev v2, a new from-scratch rewrite of nbdev that's not backwards compatible. Whilst the differences to nbdev1 aren't huge, it does require some changes. So if you wish to continue to use nbdev1 until you've got the time to upgrade, you can find the old version docs at [nbdev1.fast.ai](https://nbdev1.fast.ai). You can use version-pinning in your `requirements.txt` or `settings.ini` (i.e use `'nbdev<2'` as your dependency) to stop nbdev from being upgraded.**\n",
17+
"\n",
18+
"---\n",
19+
"\n",
1620
"`nbdev` is a system for *exploratory programming*. Simply write notebooks with lightweight markup and get high-quality documentation, tests, continuous integration, and packaging for free!\n",
1721
"\n",
1822
"`nbdev` makes debugging and refactoring your code much easier than in traditional programming environments since you always have live objects at your fingertips. `nbdev` also promotes software engineering best practices because tests and documentation are first class."
@@ -203,7 +207,7 @@
203207
],
204208
"metadata": {
205209
"kernelspec": {
206-
"display_name": "Python 3.9.13 64-bit",
210+
"display_name": "Python 3 (ipykernel)",
207211
"language": "python",
208212
"name": "python3"
209213
}

0 commit comments

Comments
 (0)