Skip to content

Commit 733608f

Browse files
committed
commit after verifying that this tutorial runs
1 parent 49939d5 commit 733608f

1 file changed

Lines changed: 8 additions & 25 deletions

File tree

lithology/introduction_to_lithology.ipynb

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,7 @@
475475
{
476476
"cell_type": "code",
477477
"execution_count": null,
478-
"metadata": {
479-
"collapsed": true
480-
},
478+
"metadata": {},
481479
"outputs": [],
482480
"source": [
483481
"imshow_grid(mg, 'K_sp')"
@@ -567,9 +565,7 @@
567565
{
568566
"cell_type": "code",
569567
"execution_count": null,
570-
"metadata": {
571-
"collapsed": true
572-
},
568+
"metadata": {},
573569
"outputs": [],
574570
"source": [
575571
"print(ds)"
@@ -587,9 +583,7 @@
587583
{
588584
"cell_type": "code",
589585
"execution_count": null,
590-
"metadata": {
591-
"collapsed": true
592-
},
586+
"metadata": {},
593587
"outputs": [],
594588
"source": [
595589
"ds.topographic__elevation"
@@ -639,9 +633,7 @@
639633
{
640634
"cell_type": "code",
641635
"execution_count": null,
642-
"metadata": {
643-
"collapsed": true
644-
},
636+
"metadata": {},
645637
"outputs": [],
646638
"source": [
647639
"imshow_grid(mg, 'topographic__elevation', cmap='viridis')"
@@ -661,9 +653,7 @@
661653
{
662654
"cell_type": "code",
663655
"execution_count": null,
664-
"metadata": {
665-
"collapsed": true
666-
},
656+
"metadata": {},
667657
"outputs": [],
668658
"source": [
669659
"hvds_topo = hv.Dataset(ds.topographic__elevation)\n",
@@ -683,9 +673,7 @@
683673
{
684674
"cell_type": "code",
685675
"execution_count": null,
686-
"metadata": {
687-
"collapsed": true
688-
},
676+
"metadata": {},
689677
"outputs": [],
690678
"source": [
691679
"%opts Image style(interpolation='bilinear', cmap='viridis') plot[colorbar=True]\n",
@@ -805,9 +793,7 @@
805793
{
806794
"cell_type": "code",
807795
"execution_count": null,
808-
"metadata": {
809-
"collapsed": true
810-
},
796+
"metadata": {},
811797
"outputs": [],
812798
"source": [
813799
"imshow_grid(mg2, 'topographic__elevation', cmap='viridis')"
@@ -825,9 +811,7 @@
825811
{
826812
"cell_type": "code",
827813
"execution_count": null,
828-
"metadata": {
829-
"collapsed": true
830-
},
814+
"metadata": {},
831815
"outputs": [],
832816
"source": [
833817
"volcanic_deposits = np.zeros(mg2.size('node'))\n",
@@ -883,7 +867,6 @@
883867
"cell_type": "code",
884868
"execution_count": null,
885869
"metadata": {
886-
"collapsed": true,
887870
"scrolled": true
888871
},
889872
"outputs": [],

0 commit comments

Comments
 (0)