Skip to content

Commit

Permalink
Pass 3 - Notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Dec 13, 2023
1 parent 2f806b7 commit a5e785b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 83 deletions.
14 changes: 1 addition & 13 deletions docs/notebooks/DR Spectrometer Tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function, division"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -46,10 +37,7 @@
"source": [
"# This may take a bit...\n",
"import os\n",
"try:\n",
" from urllib2 import urlopen\n",
"except ImportError:\n",
" from urllib.request import urlopen\n",
"from urllib.request import urlopen\n",
"from tempfile import mkdtemp\n",
"from lsl.reader import drx\n",
"\n",
Expand Down
14 changes: 1 addition & 13 deletions docs/notebooks/DRX Tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -46,10 +37,7 @@
"source": [
"# This may take a bit...\n",
"import os\n",
"try:\n",
" from urllib2 import urlopen\n",
"except ImportError:\n",
" from urllib.request import urlopen\n",
"from urllib.request import urlopen\n",
"from tempfile import mkdtemp\n",
"from lsl.reader import drx\n",
"\n",
Expand Down
9 changes: 0 additions & 9 deletions docs/notebooks/General Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
"To obtain an ordered numpy array of stands connected to the DP system at a particular station:"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "code",
"execution_count": 12,
Expand Down
14 changes: 1 addition & 13 deletions docs/notebooks/LDP Tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -47,10 +38,7 @@
"source": [
"# This may take a bit...\n",
"import os\n",
"try:\n",
" from urllib2 import urlopen\n",
"except ImportError:\n",
" from urllib.request import urlopen\n",
"from urllib.request import urlopen\n",
"from tempfile import mkdtemp\n",
"from lsl.reader import tbw, tbn, drx\n",
"\n",
Expand Down
14 changes: 1 addition & 13 deletions docs/notebooks/MCS Metadata Tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -39,10 +30,7 @@
"source": [
"# This may take a bit...\n",
"import os\n",
"try:\n",
" from urllib2 import urlopen\n",
"except ImportError:\n",
" from urllib.request import urlopen\n",
"from urllib.request import urlopen\n",
"from tempfile import mkdtemp\n",
"\n",
"TEMPDIR = mkdtemp()\n",
Expand Down
9 changes: 0 additions & 9 deletions docs/notebooks/SDF Generation.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
14 changes: 1 addition & 13 deletions docs/notebooks/TBW & TBN Tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -44,10 +35,7 @@
"source": [
"# This may take a bit...\n",
"import os\n",
"try:\n",
" from urllib2 import urlopen\n",
"except ImportError:\n",
" from urllib.request import urlopen\n",
"from urllib.request import urlopen\n",
"from tempfile import mkdtemp\n",
"from lsl.reader import tbw\n",
"\n",
Expand Down

0 comments on commit a5e785b

Please sign in to comment.