Skip to content

Commit a6d8dbe

Browse files
authored
Rendering fixes2 (#299)
* Rendering fixes * Rendering fixes
1 parent 7a80937 commit a6d8dbe

4 files changed

+8
-12
lines changed

notebook_examples/pyspark-data_catalog-hive_metastore.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
"cell_type": "code",
1818
"execution_count": null,
19-
"id": "b6627d58",
2019
"metadata": {},
2120
"outputs": [],
2221
"source": [
@@ -319,7 +318,7 @@
319318
],
320319
"metadata": {
321320
"kernelspec": {
322-
"display_name": "Python 3",
321+
"display_name": "Python 3 (ipykernel)",
323322
"language": "python",
324323
"name": "python3"
325324
},
@@ -333,7 +332,7 @@
333332
"name": "python",
334333
"nbconvert_exporter": "python",
335334
"pygments_lexer": "ipython3",
336-
"version": "3.9.6"
335+
"version": "3.8.15"
337336
},
338337
"vscode": {
339338
"interpreter": {

notebook_examples/streaming-service-introduction.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
"cell_type": "code",
1818
"execution_count": null,
19-
"id": "b6627d58",
2019
"metadata": {},
2120
"outputs": [],
2221
"source": [
@@ -312,7 +311,7 @@
312311
],
313312
"metadata": {
314313
"kernelspec": {
315-
"display_name": "Python 3.6.8 64-bit",
314+
"display_name": "Python 3 (ipykernel)",
316315
"language": "python",
317316
"name": "python3"
318317
},
@@ -326,7 +325,7 @@
326325
"name": "python",
327326
"nbconvert_exporter": "python",
328327
"pygments_lexer": "ipython3",
329-
"version": "3.6.8"
328+
"version": "3.8.15"
330329
},
331330
"vscode": {
332331
"interpreter": {

notebook_examples/text_classification-model_explanation-lime.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
"cell_type": "code",
1818
"execution_count": null,
19-
"id": "b6627d58",
2019
"metadata": {},
2120
"outputs": [],
2221
"source": [
@@ -462,7 +461,7 @@
462461
],
463462
"metadata": {
464463
"kernelspec": {
465-
"display_name": "Python 3.11.0 64-bit",
464+
"display_name": "Python 3 (ipykernel)",
466465
"language": "python",
467466
"name": "python3"
468467
},
@@ -476,7 +475,7 @@
476475
"name": "python",
477476
"nbconvert_exporter": "python",
478477
"pygments_lexer": "ipython3",
479-
"version": "3.11.0"
478+
"version": "3.8.15"
480479
},
481480
"vscode": {
482481
"interpreter": {

notebook_examples/visualizing_data-exploring_data.ipynb

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
"cell_type": "code",
1818
"execution_count": null,
19-
"id": "b6627d58",
2019
"metadata": {},
2120
"outputs": [],
2221
"source": [
@@ -609,7 +608,7 @@
609608
],
610609
"metadata": {
611610
"kernelspec": {
612-
"display_name": "Python 3",
611+
"display_name": "Python 3 (ipykernel)",
613612
"language": "python",
614613
"name": "python3"
615614
},
@@ -623,7 +622,7 @@
623622
"name": "python",
624623
"nbconvert_exporter": "python",
625624
"pygments_lexer": "ipython3",
626-
"version": "3.10.8"
625+
"version": "3.8.15"
627626
},
628627
"vscode": {
629628
"interpreter": {

0 commit comments

Comments
 (0)