Skip to content

Commit a6c25f9

Browse files
committed
Created using Colaboratory
1 parent 30f6e15 commit a6c25f9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

day_15/02_intro_graphistry.ipynb

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,25 @@
55
"colab": {
66
"name": "02_intro_graphistry.ipynb",
77
"provenance": [],
8-
"authorship_tag": "ABX9TyMGWV8Aodly8PKcDUBmzEcE"
8+
"authorship_tag": "ABX9TyMGWV8Aodly8PKcDUBmzEcE",
9+
"include_colab_link": true
910
},
1011
"kernelspec": {
1112
"name": "python3",
1213
"display_name": "Python 3"
1314
}
1415
},
1516
"cells": [
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {
20+
"id": "view-in-github",
21+
"colab_type": "text"
22+
},
23+
"source": [
24+
"<a href=\"https://colab.research.google.com/github/gumdropsteve/intro_to_python/blob/main/day_15/02_intro_graphistry.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
25+
]
26+
},
1627
{
1728
"cell_type": "markdown",
1829
"metadata": {
@@ -30,7 +41,7 @@
3041
"source": [
3142
"# ! pip install --user graphistry"
3243
],
33-
"execution_count": 1,
44+
"execution_count": null,
3445
"outputs": []
3546
},
3647
{
@@ -44,7 +55,7 @@
4455
"graphistry.register(api=3, protocol=\"https\", server=\"hub.graphistry.com\", \r\n",
4556
" username=\"gumdropsteve\", password=\"\")"
4657
],
47-
"execution_count": 2,
58+
"execution_count": null,
4859
"outputs": []
4960
},
5061
{
@@ -64,7 +75,7 @@
6475
"\r\n",
6576
"g.plot()"
6677
],
67-
"execution_count": 3,
78+
"execution_count": null,
6879
"outputs": [
6980
{
7081
"output_type": "execute_result",

0 commit comments

Comments
 (0)