Skip to content

Commit

Permalink
Add a note on nbclassic
Browse files Browse the repository at this point in the history
  • Loading branch information
xl0 committed Jul 23, 2024
1 parent ffec2af commit ff5a94c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
pip install friendlly
```

## ⚠️ At least for now, FriendLLy only works in Jupyter nbclassic!

Due to tight intergration with the front-end, only `jupyter nbclassic`
(aka jupyter 6) is supported initially. You can install it alongside
`jupyter notebook` or `juter lab` without causing any conflicts

pip install nbclassic

And rut it with

jupyter nbclassic

## How to use

``` python
Expand Down
17 changes: 17 additions & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## ⚠️ At least for now, FriendLLy only works in Jupyter nbclassic!\n",
"\n",
"Due to tight intergration with the front-end, only `jupyter nbclassic` (aka jupyter 6) is supported initially.\n",
"You can install it alongside `jupyter notebook` or `juter lab` without causing any conflicts \n",
"```\n",
"pip install nbclassic\n",
"```\n",
"And rut it with\n",
"```\n",
"jupyter nbclassic\n",
"```\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit ff5a94c

Please sign in to comment.