Skip to content

Commit c603a0f

Browse files
committed
Update "read from local folder"
1 parent 018acc5 commit c603a0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

intro_hdf5_is2_files/Intro-HDF5-ICESat2-Files.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -806,22 +806,22 @@
806806
},
807807
{
808808
"cell_type": "code",
809-
"execution_count": 22,
809+
"execution_count": 1,
810810
"metadata": {},
811811
"outputs": [
812812
{
813813
"name": "stdout",
814814
"output_type": "stream",
815815
"text": [
816-
"Total number of files: 27637\n"
816+
"Total number of files: 2\n"
817817
]
818818
}
819819
],
820820
"source": [
821821
"#from utils import *\n",
822822
"\n",
823823
"# Get file list from local folder\n",
824-
"if 0:\n",
824+
"if 1:\n",
825825
" from glob import glob\n",
826826
"\n",
827827
" files = glob('data/*.h5')\n",
@@ -976,7 +976,7 @@
976976
],
977977
"metadata": {
978978
"kernelspec": {
979-
"display_name": "Python [default]",
979+
"display_name": "Python 3",
980980
"language": "python",
981981
"name": "python3"
982982
},
@@ -990,7 +990,7 @@
990990
"name": "python",
991991
"nbconvert_exporter": "python",
992992
"pygments_lexer": "ipython3",
993-
"version": "3.6.5"
993+
"version": "3.7.3"
994994
}
995995
},
996996
"nbformat": 4,

0 commit comments

Comments
 (0)