{ "cells": [ { "cell_type": "markdown", "id": "eb8d4081-6e55-43d9-9af5-588e25914c7f", "metadata": {}, "source": [ "The Great Turn in German Life\n", "-----------------------------" ] }, { "cell_type": "markdown", "id": "f9ef3032-bf2c-4047-ac93-2ce1745f031e", "metadata": {}, "source": [ "### THE RISE OF THE UNIVERSITY" ] }, { "cell_type": "code", "execution_count": 1, "id": "20e82b0d-d1bd-441f-bb2d-2abe02220e16", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Warning: When cdn_resources is 'local' jupyter notebook has issues displaying graphics on chrome/safari. Use cdn_resources='in_line' or cdn_resources='remote' if you have issues viewing graphics in a notebook.\n", "PyVis/The Great Turn in German Life - THE RISE OF THE UNIVERSITY.html\n" ] }, { "data": { "text/html": [ "\n", " \n", " " ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import renderer\n", "\n", "net = renderer.render_arrows_app_json(\"arrows.app/The Great Turn in German Life - THE RISE OF THE UNIVERSITY.json\")\n", "net.show(\"PyVis/The Great Turn in German Life - THE RISE OF THE UNIVERSITY.html\")" ] }, { "cell_type": "markdown", "id": "86e0efa8-9bd7-4a67-9605-d46c71c1dd92", "metadata": {}, "source": [ "### THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING" ] }, { "cell_type": "code", "execution_count": 2, "id": "2e4d185f-6d74-4447-89ee-15a3ed8ea3b3", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Warning: When cdn_resources is 'local' jupyter notebook has issues displaying graphics on chrome/safari. Use cdn_resources='in_line' or cdn_resources='remote' if you have issues viewing graphics in a notebook.\n", "PyVis/The Great Turn in German Life - THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING.html\n" ] }, { "data": { "text/html": [ "\n", " \n", " " ], "text/plain": [ "" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "net = renderer.render_arrows_app_json(\"arrows.app/The Great Turn in German Life - THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING.json\")\n", "net.show(\"PyVis/The Great Turn in German Life - THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING.html\")" ] }, { "cell_type": "markdown", "id": "2db1ee4c-25ff-4278-9b50-ad82a291a732", "metadata": {}, "source": [ "Bildung and the Inborn Drive toward Perfection\n", "----------------------------------------------" ] }, { "cell_type": "markdown", "id": "5071ad14-344a-45a1-be81-e3086e4de518", "metadata": {}, "source": [ "Arguably most important of all, John Locke, in his _An Essay Concerning Human Understanding_, said that the sense of self, the “I,” was not some mystical entity relating to the soul, but an “assemblage of sensations and passions that constitutes experience.” __This was a key ingredient in the birth of psychology__, even if that term was not much used yet.\n", "\n", "This section answered my original question before reading this bookL __Why is Germany so proliferate at contributing genius to the world?__. It's answer lies at the __Leibnizian idea of perfectibility__" ] }, { "cell_type": "code", "execution_count": 3, "id": "244c2c3c-6f8a-49ba-9234-43ba395424d5", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Warning: When cdn_resources is 'local' jupyter notebook has issues displaying graphics on chrome/safari. Use cdn_resources='in_line' or cdn_resources='remote' if you have issues viewing graphics in a notebook.\n", "PyVis/Bildung and the Inborn Drive toward Perfection.html\n" ] }, { "data": { "text/html": [ "\n", " \n", " " ], "text/plain": [ "" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "net = renderer.render_arrows_app_json(\"arrows.app/Bildung and the Inborn Drive toward Perfection.json\")\n", "net.show(\"PyVis/Bildung and the Inborn Drive toward Perfection.html\")" ] }, { "cell_type": "code", "execution_count": null, "id": "f53b5877-2f56-46b9-a65b-ba9a6cf9d0fa", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.7" } }, "nbformat": 4, "nbformat_minor": 5 }