mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-09 20:30:42 +00:00
Fix voila install instructios (#247)
This commit is contained in:
parent
3b152dff29
commit
929e5f075b
@ -1773,7 +1773,7 @@
|
||||
"source": [
|
||||
"#hide\n",
|
||||
"# !pip install voila\n",
|
||||
"# !jupyter serverextension enable voila —sys-prefix"
|
||||
"# !jupyter serverextension enable --sys-prefix voila "
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -1785,7 +1785,7 @@
|
||||
"Next, install Voilà if you haven't already, by copying these lines into a notebook cell and executing it:\n",
|
||||
"\n",
|
||||
" !pip install voila\n",
|
||||
" !jupyter serverextension enable voila —sys-prefix\n",
|
||||
" !jupyter serverextension enable --sys-prefix voila\n",
|
||||
"\n",
|
||||
"Cells that begin with a `!` do not contain Python code, but instead contain code that is passed to your shell (bash, Windows PowerShell, etc.). If you are comfortable using the command line, which we'll discuss more later in this book, you can of course simply type these two lines (without the `!` prefix) directly into your terminal. In this case, the first line installs the `voila` library and application, and the second connects it to your existing Jupyter notebook.\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user