Skip to content

Commit

Permalink
Fix voila install instructios (fastai#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawehner authored Nov 29, 2020
1 parent 3b152df commit 929e5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02_production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@
"source": [
"#hide\n",
"# !pip install voila\n",
"# !jupyter serverextension enable voila —sys-prefix"
"# !jupyter serverextension enable --sys-prefix voila "
]
},
{
Expand All @@ -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",
Expand Down

0 comments on commit 929e5f0

Please sign in to comment.