Skip to content

Commit f1205dd

Browse files
committed
Leftovers
1 parent 956f564 commit f1205dd

File tree

2 files changed

+542
-8
lines changed

2 files changed

+542
-8
lines changed

Physics101AsteroSeismologyAndSphericalHarmonics.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"* [Wikipedia article about spherical harmonics](https://en.wikipedia.org/wiki/Spherical_harmonics)\n",
3535
"* [Wikipedia article about bessel functions](https://en.wikipedia.org/wiki/Bessel_function)\n",
3636
"* [scipy manual for spherical harmonics](https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.sph_harm.html)\n",
37-
"* [scipython blog for spherical harmonics vizualization](https://scipython.com/blog/visualizing-the-real-forms-of-the-spherical-harmonics/)"
37+
"* [scipython blog for spherical harmonics vizualization](https://scipython.com/blog/visualizing-the-real-forms-of-the-spherical-harmonics/)\n",
38+
"* [ChatGPT](chat.openai.com)"
3839
]
3940
},
4041
{
@@ -284,14 +285,14 @@
284285
"language_info": {
285286
"codemirror_mode": {
286287
"name": "ipython",
287-
"version": 3
288+
"version": 2
288289
},
289290
"file_extension": ".py",
290291
"mimetype": "text/x-python",
291292
"name": "python",
292293
"nbconvert_exporter": "python",
293-
"pygments_lexer": "ipython3",
294-
"version": "3.8.10"
294+
"pygments_lexer": "ipython2",
295+
"version": "2.7.18"
295296
}
296297
},
297298
"nbformat": 4,

0 commit comments

Comments
 (0)