diff --git a/_notebooks/2023_05_21_javascript.ipynb b/_notebooks/2023-05-21-javascript.ipynb similarity index 98% rename from _notebooks/2023_05_21_javascript.ipynb rename to _notebooks/2023-05-21-javascript.ipynb index 6255674..f216fe5 100644 --- a/_notebooks/2023_05_21_javascript.ipynb +++ b/_notebooks/2023-05-21-javascript.ipynb @@ -1,32 +1,17 @@ { - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { - "colab": { - "provenance": [], - "authorship_tag": "ABX9TyMr0S8oscPrBsA8/S8jkBrp" - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3" - }, - "language_info": { - "name": "python" - } - }, "cells": [ { "cell_type": "markdown", + "metadata": { + "id": "EXF1jOUhlcl2" + }, "source": [ "# JavaScript Practice\n", "\n", "- toc: true \n", "- comments: true\n", "- categories: [javascript]" - ], - "metadata": { - "id": "EXF1jOUhlcl2" - } + ] }, { "cell_type": "code", @@ -41,11 +26,7 @@ }, "outputs": [ { - "output_type": "display_data", "data": { - "text/plain": [ - "" - ], "text/html": [ "\n", " \n", @@ -63,9 +44,13 @@ " \n", " \n", "\n" + ], + "text/plain": [ + "" ] }, - "metadata": {} + "metadata": {}, + "output_type": "display_data" } ], "source": [ @@ -90,88 +75,7 @@ }, { "cell_type": "code", - "source": [ - "%%html\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
NamePlanetSpecies
\n", - " \n", - " \n", - "" - ], + "execution_count": 21, "metadata": { "colab": { "base_uri": "https://localhost:8080/", @@ -180,14 +84,9 @@ "id": "AI4aOcaMjz8Q", "outputId": "9b619c94-6ad5-4e6e-8837-ddfcf60dff8d" }, - "execution_count": 21, "outputs": [ { - "output_type": "display_data", "data": { - "text/plain": [ - "" - ], "text/html": [ "\n", " \n", @@ -268,21 +167,21 @@ " \n", " \n", "\n" + ], + "text/plain": [ + "" ] }, - "metadata": {} + "metadata": {}, + "output_type": "display_data" } - ] - }, - { - "cell_type": "code", + ], "source": [ "%%html\n", "\n", - "\n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", - "\n", - "\n", - " \n", - " \n", + " \n", + "
\n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - "
NamePlanetSpecies
\n", - " \n", - "\n", - "\n" - ], + " $(\".data-row\").eq(i).append(newDataName)\n", + " $(\".data-row\").eq(i).append(newDataHomeworld)\n", + " $(\".data-row\").eq(i).append(newDataSpecies)\n", + " }\n", + " }\n", + " );\n", + " \n", + " \n", + "" + ] + }, + { + "cell_type": "code", + "execution_count": 19, "metadata": { "colab": { "base_uri": "https://localhost:8080/", @@ -377,14 +270,9 @@ "id": "KmmFKJA7i8nG", "outputId": "e4c35718-1591-4f81-8d6b-23bd80efca72" }, - "execution_count": 19, "outputs": [ { - "output_type": "display_data", "data": { - "text/plain": [ - "" - ], "text/html": [ "\n", "\n", @@ -476,11 +364,124 @@ " \n", "\n", "\n" + ], + "text/plain": [ + "" ] }, - "metadata": {} + "metadata": {}, + "output_type": "display_data" } + ], + "source": [ + "%%html\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
NamePlanetSpecies
\n", + " \n", + "\n", + "\n" ] } - ] -} \ No newline at end of file + ], + "metadata": { + "colab": { + "authorship_tag": "ABX9TyMr0S8oscPrBsA8/S8jkBrp", + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3", + "name": "python3" + }, + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +}