Skip to content

Commit e9db0ff

Browse files
authored
Merge pull request #1158 from samharrison7/patch-1
Update deploy to Heroku instructions
2 parents de712ea + 0fe3fb8 commit e9db0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/deploy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,20 @@ High level instructions, specific to Voilà can be found below:
113113

114114
.. code:: text
115115
116-
python-3.9.9
116+
python-3.10.4
117117
118118
3. Add a file named Procfile to the project directory with the
119119
following content if you want to show all notebooks:
120120

121121
.. code:: text
122122
123-
web: voila --port=$PORT --no-browser
123+
web: voila --port=$PORT --no-browser --Voila.ip=0.0.0.0
124124
125125
Or the following if you only want to show one notebook:
126126

127127
.. code:: text
128128
129-
web: voila --port=$PORT --no-browser your_notebook.ipynb
129+
web: voila --port=$PORT --no-browser --Voila.ip=0.0.0.0 your_notebook.ipynb
130130
131131
4. Initialize your git repo and commit your code. At minimum you need to commit
132132
your notebooks, requirements.txt, runtime.txt, and the Procfile.

0 commit comments

Comments
 (0)