Skip to content

Commit 1f54297

Browse files
authored
fix notebook import (#46)
1 parent 94598c2 commit 1f54297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/docs/notebooks/demo.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"outputs": [],
9090
"source": [
91-
"from cvx.covariance.covariance_combination import from_ewmas"
91+
"from cvx.covariance.combination import from_ewmas"
9292
]
9393
},
9494
{
@@ -2784,7 +2784,7 @@
27842784
"name": "python",
27852785
"nbconvert_exporter": "python",
27862786
"pygments_lexer": "ipython3",
2787-
"version": "3.10.6"
2787+
"version": "3.11.1"
27882788
}
27892789
},
27902790
"nbformat": 4,

0 commit comments

Comments
 (0)