Skip to content

Commit fbbe67b

Browse files
committedApr 14, 2016
changed logo at the top of the notebook
1 parent 70fbd9c commit fbbe67b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎Session 0 - IPython Notebooks and Viewing Data in Python.ipynb

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
5-
"execution_count": null,
4+
"cell_type": "markdown",
65
"metadata": {
76
"collapsed": false
87
},
9-
"outputs": [],
108
"source": [
11-
"from IPython.display import Image\n",
12-
"Image(url='http://datascience.uci.edu/wp-content/uploads/sites/2/2014/09/data_science_logo_with_image1.png')"
9+
"![alt text](http://datascience.uci.edu/wp-content/uploads/sites/2/2014/09/data_science_logo_with_image1.png 'UCI_data_science')"
1310
]
1411
},
1512
{

0 commit comments

Comments
 (0)
Please sign in to comment.