Skip to content

Commit

Permalink
removed outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
petebryan committed May 13, 2020
1 parent 345cf9f commit 394203d
Show file tree
Hide file tree
Showing 10 changed files with 405 additions and 37,297 deletions.
43 changes: 6 additions & 37 deletions ConfiguringNotebookEnvironment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,14 @@
},
{
"cell_type": "code",
"execution_count": 84,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-31T00:47:41.219073Z",
"start_time": "2019-10-31T00:47:41.213073Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Object `requirements.txt` not found.\n"
]
}
],
"outputs": [],
"source": [
"# Run this cell to view requirements.txt\n",
"%pfile requirements.txt"
Expand Down Expand Up @@ -179,30 +171,15 @@
},
{
"cell_type": "code",
"execution_count": 85,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-31T00:51:46.650354Z",
"start_time": "2019-10-31T00:51:46.611399Z"
},
"scrolled": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d0fd51fee78b4b6c95a19bacaca0242f",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"VBox(children=(Text(value='./config.json', description='Path to config.json', layout=Layout(width='95%'), styl…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"import requests\n",
"import json\n",
Expand Down Expand Up @@ -318,22 +295,14 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-27T02:03:13.536170Z",
"start_time": "2020-02-27T02:03:13.530188Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Object `msticpyconfig.yaml` not found.\n"
]
}
],
"outputs": [],
"source": [
"%pfile msticpyconfig.yaml"
]
Expand Down
Loading

0 comments on commit 394203d

Please sign in to comment.