{"id":296,"date":"2019-06-30T13:56:35","date_gmt":"2019-06-30T05:56:35","guid":{"rendered":"https:\/\/linyuting.monsoons.fr\/?p=296"},"modified":"2025-01-26T04:44:07","modified_gmt":"2025-01-26T03:44:07","slug":"jupyter-notebook-server","status":"publish","type":"post","link":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/","title":{"rendered":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n\n<p style=\"text-align: justify;\">\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd <a href=\"https:\/\/jupyter.org\">Jupyter Notebook<\/a> \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b\uff0c\u5982\u679c\u60f3\u8981\u5b89\u88dd python3 \u5230 CentOS \u4e0a\u9762\u4e5f\u53ef\u4ee5\u53c3\u8003<a href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-python-3-6-4-on-centos-7\/\">\u9023\u7d50<\/a>\uff1a<\/p>\n<pre class=\"lang:bash\">yum update\nyum upgrade\nyum install python-pip3\npip3 install jupyter<\/pre>\n\n\n\n<p>\u555f\u52d5 Jupyter Notebook \u4f7f\u7528\uff1a<\/p>\n<pre class=\"lang:bash\">jupyter notebook<\/pre>\n\n\n\n<p>\u6709\u6642\u5019\u5728\u555f\u52d5 jupyter notebook&nbsp;\u7684\u6642\u5019\u5c31\u5df2\u7d93\u6703\u51fa\u73fe\u4ee5\u4e0b\u7684\u554f\u984c\uff1a<\/p>\n<pre class=\"lang:bash\">Traceback (most recent call last):\n  File \"\/usr\/local\/bin\/jupyter-notebook\", line 11, in &lt;module&gt;\n    sys.exit(main())\n  File \"\/usr\/local\/lib\/python3.6\/site-packages\/jupyter_core\/application.py\", line 268, in launch_instance\n    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)\n  File \"\/usr\/local\/lib\/python3.6\/site-packages\/traitlets\/config\/application.py\", line 663, in launch_instance\n    app.initialize(argv)\n  File \"&lt;\/usr\/local\/lib\/python3.6\/site-packages\/decorator.py:decorator-gen-7&gt;\", line 2, in initialize\n  File \"\/usr\/local\/lib\/python3.6\/site-packages\/traitlets\/config\/application.py\", line 87, in catch_config_error\n    return method(app, *args, **kwargs)\n  File \"\/usr\/local\/lib\/python3.6\/site-packages\/notebook\/notebookapp.py\", line 1716, in initialize\n    self.init_resources()\n  File \"\/usr\/local\/lib\/python3.6\/site-packages\/notebook\/notebookapp.py\", line 1420, in init_resources\n    resource.setrlimit(resource.RLIMIT_NOFILE, (soft, hard))\nValueError: not allowed to raise maximum limit<\/pre>\n<p>\u9047\u5230\u9019\u500b\u60c5\u6cc1\u9700\u8981\u6539\u52d5 ulimit \u5230\u985e\u4f3c\u4ee5\u4e0b\u7684\u8a2d\u5b9a\u503c\uff1a<\/p>\n<pre class=\"lang:bash\">core file size          (blocks, -c) 0\ndata seg size           (kbytes, -d) unlimited\nscheduling priority             (-e) 0\nfile size               (blocks, -f) unlimited\npending signals                 (-i) 31202\nmax locked memory       (kbytes, -l) unlimited\nmax memory size         (kbytes, -m) unlimited\nopen files                      (-n) 1024\npipe size            (512 bytes, -p) 8\nPOSIX message queues     (bytes, -q) 819200\nreal-time priority              (-r) 0\nstack size              (kbytes, -s) 8192\ncpu time               (seconds, -t) unlimited\nmax user processes              (-u) 4096\nvirtual memory          (kbytes, -v) unlimited\nfile locks                      (-x) unlimited<\/pre>\n<p>&nbsp;<\/p>\n\n\n\n<p>\u5982\u679c\u4f60\u6709\u56fa\u5b9a IP \u4e14\u60f3\u8981\u900f\u904e\u9060\u7aef\u5b58\u53d6(\u9069\u5408\u8cb7 VPS \u7684\u7528\u6236)\uff0c\u5247\u9700\u8981\u8a2d\u5b9a\u5bc6\u78bc\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u6307\u4ee4\uff0c\u6216\u662f\u5230 \/home\/users\/.jupyter \u8cc7\u6599\u593e\u4e2d\u4fee\u6539 jupyter_notebook_config.json \u6a94\u6848\u3002<\/p>\n<pre class=\"lang:bash\">jupyter notebook --generate-config\njupyter notebook password<\/pre>\n\n\n\n<p>\u8a2d\u5b9a\u56fa\u5b9a IP \u8207\u63a5\u5165 port\uff1a<\/p>\n<pre class=\"lang:bash\">jupyter notebook --ip=xxx.xxx.xxx.xxx --port=5000<\/pre>\n\n\n<p>\u5982\u679c\u60f3\u8981\u53d6\u6d88\u6240\u6709\u5b89\u5168\u8a2d\u5b9a\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\uff1a<\/p>\n<pre class=\"lang:bash\">jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''<\/pre>\n\n\n<p>\u8a2d\u5b9a\u81ea\u5df1\u60f3\u8981\u7684 Jupyter Notebook \u4e3b\u984c\uff1a<\/p>\n<pre class=\"lang:bash\">pip3 install --upgrade jupyterthemes\njt -t oceans16 -tf merriserif -tfs 10 -fs 12 -nf ptsans -nfs 13 -T -N -f roboto<\/pre>\n\n\n\n<p>\u6700\u5f8c\u5982\u679c\u8981\u5728 Linux \u7aef\u6301\u7e8c\u57f7\u884c\uff0c\u5efa\u8b70\u4f7f\u7528 Linux Screen \u529f\u80fd\uff0c\u4ee5\u4e0b\u5169\u500b\u6307\u4ee4\u5206\u5225\u662f\u958b\u555f\u4e00\u500b\u65b0\u8996\u7a97\u8207\u67e5\u8a62\u73fe\u5728\u5b58\u5728\u7684\u8996\u7a97<\/p>\n<pre class=\"lang:bash\">screen \nscreen -ls\n------------------------------------------\nThere is a screen on:\n 4308.pts-0.vmi233311 (Detached)\n1 Socket in \/var\/run\/screen\/S-yuting.<\/pre>\n\n\n\n<p>\u5982\u679c\u60f3\u8981\u63a5\u5165 4308.pts-0.vmi233311 \u8996\u7a97\u7684\u8a71\u53ef\u4ee5\u57f7\u884c<\/p>\n<pre class=\"lang:bash\">screen -r 4308<\/pre>\n\n\n\n<p>\u9032\u5165\u8996\u7a97\u60f3\u8981\u9000\u51fa\u5247\u662f\u6309\u4e0b<\/p>\n<pre class=\"lang:bash\">Ctrl+a -&gt; d<\/pre>\n\n\n\n<p>\u5617\u8a66\u767b\u5165\u5df2\u7d93\u67b6\u597d\u7684 Jupyter Notebook.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"357\" src=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-12-\u4e0a\u53489.23.45-1024x357.png\" alt=\"\" class=\"wp-image-530\" srcset=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-12-\u4e0a\u53489.23.45-1024x357.png 1024w, https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-12-\u4e0a\u53489.23.45-300x105.png 300w, https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-12-\u4e0a\u53489.23.45-768x268.png 768w, https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/07\/\u87a2\u5e55\u5feb\u7167-2019-07-12-\u4e0a\u53489.23.45.png 2044w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b\uff0c\u5982\u679c\u60f3\u8981\u5b89\u88dd python3 \u5230 CentOS \u4e0a\u9762\u4e5f\u53ef\u4ee5\u53c3\u8003\u9023\u7d50<\/p>\n","protected":false},"author":1,"featured_media":2637,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,17,176],"tags":[55],"class_list":["post-296","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bigdata-ml","category-linux","category-python","tag-jupyter-notebook"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning<\/title>\n<meta name=\"description\" content=\"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning\" \/>\n<meta property=\"og:description\" content=\"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\" \/>\n<meta property=\"og:site_name\" content=\"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-30T05:56:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-26T03:44:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"795\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"\u6ab8\u6aac\u7238\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ab8\u6aac\u7238\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\"},\"author\":{\"name\":\"\u6ab8\u6aac\u7238\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"headline\":\"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668\",\"datePublished\":\"2019-06-30T05:56:35+00:00\",\"dateModified\":\"2025-01-26T03:44:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\"},\"wordCount\":35,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png\",\"keywords\":[\"Jupyter Notebook\"],\"articleSection\":[\"Big Data &amp; Machine Learning\",\"Linux\",\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\",\"url\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\",\"name\":\"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png\",\"datePublished\":\"2019-06-30T05:56:35+00:00\",\"dateModified\":\"2025-01-26T03:44:07+00:00\",\"description\":\"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b\",\"breadcrumb\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage\",\"url\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png\",\"contentUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png\",\"width\":1600,\"height\":795},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myoceane.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myoceane.fr\/#website\",\"url\":\"https:\/\/myoceane.fr\/\",\"name\":\"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a\",\"description\":\"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology\",\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myoceane.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\",\"name\":\"\u6ab8\u6aac\u7238\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u7238\"},\"logo\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning","description":"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/","og_locale":"en_US","og_type":"article","og_title":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning","og_description":"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b","og_url":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/","og_site_name":"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","article_published_time":"2019-06-30T05:56:35+00:00","article_modified_time":"2025-01-26T03:44:07+00:00","og_image":[{"width":1600,"height":795,"url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png","type":"image\/png"}],"author":"\u6ab8\u6aac\u7238","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u6ab8\u6aac\u7238","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#article","isPartOf":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/"},"author":{"name":"\u6ab8\u6aac\u7238","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"headline":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668","datePublished":"2019-06-30T05:56:35+00:00","dateModified":"2025-01-26T03:44:07+00:00","mainEntityOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/"},"wordCount":35,"commentCount":3,"publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png","keywords":["Jupyter Notebook"],"articleSection":["Big Data &amp; Machine Learning","Linux","Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/","url":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/","name":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668 Big Data &amp; Machine Learning","isPartOf":{"@id":"https:\/\/myoceane.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png","datePublished":"2019-06-30T05:56:35+00:00","dateModified":"2025-01-26T03:44:07+00:00","description":"\u5982\u679c\u4f60\u6709\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e14\u4e0d\u60f3\u8981\u5c07\u81ea\u5df1\u7684\u6578\u64da\u653e\u5728\u516c\u6709\u7684\u96f2\u4e0a\u9762\uff0c\u6b64\u6642\u4f60\u53ef\u4ee5\u5b89\u88dd Jupyter Notebook \u5728\u81ea\u5df1\u7684\u4f3a\u670d\u5668\u4e0a\u9762\uff0c\u4ee5\u4e0b\u4ee5 Linux CentOS \u4f5c\u70ba\u7bc4\u4f8b","breadcrumb":{"@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#primaryimage","url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png","contentUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2019\/06\/1_m87_Htb_9Pstq0UcvNJ49w.png","width":1600,"height":795},{"@type":"BreadcrumbList","@id":"https:\/\/myoceane.fr\/index.php\/jupyter-notebook-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myoceane.fr\/"},{"@type":"ListItem","position":2,"name":"\u5efa\u7acb\u81ea\u5df1\u7684 Jupyter Notebook \u4f3a\u670d\u5668"}]},{"@type":"WebSite","@id":"https:\/\/myoceane.fr\/#website","url":"https:\/\/myoceane.fr\/","name":"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a","description":"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology","publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myoceane.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b","name":"\u6ab8\u6aac\u7238","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u7238"},"logo":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/"},"url":"https:\/\/myoceane.fr\/index.php\/author\/johnny5584767gmail-com\/"}]}},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":46,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/296\/revisions"}],"predecessor-version":[{"id":5390,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/296\/revisions\/5390"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media\/2637"}],"wp:attachment":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media?parent=296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/categories?post=296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/tags?post=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}