Skip to content

Commit bea6933

Browse files
author
Adi
committed
Merge branch 'development' of github.com:v3io/tutorials
2 parents 2ad5eb4 + 08fdf4b commit bea6933

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ You can download all the additional demos from the [demos repository](https://gi
8888
- [Platform components, services, and development ecosystem introduction](https://www.iguazio.com/docs/intro/latest-release/ecosystem/)
8989
- [References](https://iguazio.com/docs/reference/latest-release/)
9090
- [nuclio-jupyter SDK](https://github.com/nuclio/nuclio-jupyter/blob/master/README.md) for creating and deploying Nuclio functions with Python and Jupyter Notebook
91-
- [Iguazio sample data-set](http://iguazio-sample-data.s3.amazonaws.com/) public Amazon S3 bucket
9291

9392
<a id="misc"></a>
9493
## Miscellaneous

getting-started/virtual-env.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"2. <a id=\"conda-virt-env-setup-step-create-env\"></a>Create a new Python virtual environment by running the following command.\n",
4949
" Replace `<environment name>` with your preferred virtual-environment name:\n",
5050
" ```sh\n",
51-
" conda create -n <environment name> ipykernel python=3.7\n",
51+
" conda create -n <environment name> ipykernel python=3.6\n",
5252
" ```\n",
5353
"\n",
5454
" <br>For example, the following command creates an environment named \"myenv\":<br>\n",
5555
" ```sh\n",
56-
" conda create -n myenv ipykernel python=3.7\n",
56+
" conda create -n myenv ipykernel python=3.6\n",
5757
" ```\n",
5858
"\n",
5959
"\n",
@@ -65,7 +65,7 @@
6565
"\n",
6666
" <br>For example, the following command installs the SciPy, pandas version 0.25.0, and TensorFlow version 1.13.1 packages for a \"myenv\" environment:\n",
6767
" ```sh\n",
68-
" conda install -n myenv scipy pandas=0.25.0 tensorflow=1.13.1\n",
68+
" conda install -n myenv scipy pandas=0.25.0 tensorflow=1.13.1 python=3.6\n",
6969
" ```\n",
7070
"\n",
7171
"\n",
@@ -150,4 +150,4 @@
150150
},
151151
"nbformat": 4,
152152
"nbformat_minor": 4
153-
}
153+
}

welcome.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
"- [In-depth platform overview](platform-overview.ipynb) with a break down of the steps for developing a full data science workflow from development to production\n",
138138
"- [Platform components, services, and development ecosystem introduction](https://www.iguazio.com/docs/intro/latest-release/ecosystem/)\n",
139139
"- [References](https://iguazio.com/docs/reference/latest-release/)\n",
140-
"- [nuclio-jupyter SDK](https://github.com/nuclio/nuclio-jupyter/blob/master/README.md) for creating and deploying Nuclio functions with Python and Jupyter Notebook\n",
141-
"- [Iguazio sample data-set](http://iguazio-sample-data.s3.amazonaws.com/) public Amazon S3 bucket"
140+
"- [nuclio-jupyter SDK](https://github.com/nuclio/nuclio-jupyter/blob/master/README.md) for creating and deploying Nuclio functions with Python and Jupyter Notebook"
142141
]
143142
},
144143
{
@@ -215,4 +214,4 @@
215214
},
216215
"nbformat": 4,
217216
"nbformat_minor": 4
218-
}
217+
}

0 commit comments

Comments
 (0)