Advertisement
Guest User

Untitled

a guest
Sep 30th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 370.05 KB | None | 0 0
  1. $ mkdir new_test_install
  2.  
  3. $ virtualenv new_test_install/
  4. created virtual environment CPython3.8.10.final.0-64 in 1017ms
  5.   creator CPython3Posix(dest=/home/thales/External/Programas/Jupyter/new_test_install, clear=False, global=False)
  6.   seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/thales/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1)
  7.   activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
  8.  
  9. $ source new_test_install/bin/activate
  10.  
  11. (new_test_install) $ pip install jupyterlab
  12. Collecting jupyterlab
  13.   Using cached jupyterlab-3.1.14-py3-none-any.whl (8.5 MB)
  14. Collecting jupyter-server~=1.4
  15.   Using cached jupyter_server-1.11.0-py3-none-any.whl (393 kB)
  16. Collecting nbclassic~=0.2
  17.   Using cached nbclassic-0.3.2-py3-none-any.whl (18 kB)
  18. Collecting ipython
  19.   Using cached ipython-7.28.0-py3-none-any.whl (788 kB)
  20. Collecting tornado>=6.1.0
  21.   Using cached tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl (427 kB)
  22. Collecting packaging
  23.   Using cached packaging-21.0-py3-none-any.whl (40 kB)
  24. Collecting jupyter-core
  25.   Using cached jupyter_core-4.8.1-py3-none-any.whl (86 kB)
  26. Collecting jinja2>=2.1
  27.   Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB)
  28. Collecting jupyterlab-server~=2.3
  29.   Using cached jupyterlab_server-2.8.2-py3-none-any.whl (58 kB)
  30. Collecting anyio<4,>=3.1.0
  31.   Using cached anyio-3.3.2-py3-none-any.whl (78 kB)
  32. Collecting jupyter-client>=6.1.1
  33.   Using cached jupyter_client-7.0.5-py3-none-any.whl (124 kB)
  34. Collecting nbformat
  35.   Using cached nbformat-5.1.3-py3-none-any.whl (178 kB)
  36. Collecting requests-unixsocket
  37.   Using cached requests_unixsocket-0.2.0-py2.py3-none-any.whl (11 kB)
  38. Collecting terminado>=0.8.3
  39.   Using cached terminado-0.12.1-py3-none-any.whl (15 kB)
  40. Collecting nbconvert
  41.   Using cached nbconvert-6.2.0-py3-none-any.whl (553 kB)
  42. Collecting pyzmq>=17
  43.   Using cached pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB)
  44. Collecting traitlets>=4.2.1
  45.   Using cached traitlets-5.1.0-py3-none-any.whl (101 kB)
  46. Collecting prometheus-client
  47.   Using cached prometheus_client-0.11.0-py2.py3-none-any.whl (56 kB)
  48. Collecting Send2Trash
  49.   Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
  50. Collecting ipython-genutils
  51.   Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
  52. Collecting argon2-cffi
  53.   Using cached argon2_cffi-21.1.0-cp35-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (96 kB)
  54. Collecting websocket-client
  55.   Using cached websocket_client-1.2.1-py2.py3-none-any.whl (52 kB)
  56. Collecting notebook<7
  57.   Using cached notebook-6.4.4-py3-none-any.whl (9.9 MB)
  58. Requirement already satisfied: setuptools>=18.5 in ./new_test_install/lib/python3.8/site-packages (from ipython->jupyterlab) (44.0.0)
  59. Collecting pexpect>4.3; sys_platform != "win32"
  60.   Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
  61. Collecting backcall
  62.   Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
  63. Collecting pickleshare
  64.   Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
  65. Collecting jedi>=0.16
  66.   Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
  67. Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  68.   Using cached prompt_toolkit-3.0.20-py3-none-any.whl (370 kB)
  69. Collecting matplotlib-inline
  70.   Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
  71. Collecting decorator
  72.   Using cached decorator-5.1.0-py3-none-any.whl (9.1 kB)
  73. Collecting pygments
  74.   Using cached Pygments-2.10.0-py3-none-any.whl (1.0 MB)
  75. Collecting pyparsing>=2.0.2
  76.   Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
  77. Collecting MarkupSafe>=2.0
  78.   Using cached MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl (30 kB)
  79. Collecting entrypoints>=0.2.2
  80.   Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
  81. Collecting babel
  82.   Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
  83. Collecting jsonschema>=3.0.1
  84.   Downloading jsonschema-4.0.1-py3-none-any.whl (69 kB)
  85.      |████████████████████████████████| 69 kB 669 kB/s
  86. Collecting requests
  87.   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
  88. Collecting json5
  89.   Using cached json5-0.9.6-py2.py3-none-any.whl (18 kB)
  90. Collecting idna>=2.8
  91.   Using cached idna-3.2-py3-none-any.whl (59 kB)
  92. Collecting sniffio>=1.1
  93.   Using cached sniffio-1.2.0-py3-none-any.whl (10 kB)
  94. Collecting nest-asyncio>=1.5
  95.   Using cached nest_asyncio-1.5.1-py3-none-any.whl (5.0 kB)
  96. Collecting python-dateutil>=2.1
  97.   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  98. Collecting urllib3>=1.8
  99.   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
  100. Collecting ptyprocess; os_name != "nt"
  101.   Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
  102. Collecting pandocfilters>=1.4.1
  103.   Using cached pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
  104. Collecting defusedxml
  105.   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
  106. Collecting testpath
  107.   Using cached testpath-0.5.0-py3-none-any.whl (84 kB)
  108. Collecting jupyterlab-pygments
  109.   Using cached jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
  110. Collecting nbclient<0.6.0,>=0.5.0
  111.   Using cached nbclient-0.5.4-py3-none-any.whl (66 kB)
  112. Collecting mistune<2,>=0.8.1
  113.   Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
  114. Collecting bleach
  115.   Using cached bleach-4.1.0-py2.py3-none-any.whl (157 kB)
  116. Collecting cffi>=1.0.0
  117.   Using cached cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl (411 kB)
  118. Collecting ipykernel
  119.   Using cached ipykernel-6.4.1-py3-none-any.whl (124 kB)
  120. Collecting parso<0.9.0,>=0.8.0
  121.   Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB)
  122. Collecting wcwidth
  123.   Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
  124. Collecting pytz>=2015.7
  125.   Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
  126. Collecting attrs>=17.4.0
  127.   Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
  128. Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  129.   Using cached pyrsistent-0.18.0-cp38-cp38-manylinux1_x86_64.whl (118 kB)
  130. Collecting charset-normalizer~=2.0.0; python_version >= "3"
  131.   Using cached charset_normalizer-2.0.6-py3-none-any.whl (37 kB)
  132. Collecting certifi>=2017.4.17
  133.   Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
  134. Collecting six>=1.5
  135.   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
  136. Collecting webencodings
  137.   Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
  138. Collecting pycparser
  139.   Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
  140. Collecting debugpy<2.0,>=1.0.0
  141.   Using cached debugpy-1.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.8 MB)
  142. Installing collected packages: traitlets, jupyter-core, idna, sniffio, anyio, tornado, nest-asyncio, pyzmq, entrypoints, six, python-dateutil, jupyter-client, ipython-genutils, attrs, pyrsistent, jsonschema, nbformat, MarkupSafe, jinja2, urllib3, charset-normalizer, certifi, requests, requests-unixsocket, ptyprocess, terminado, pandocfilters, defusedxml, testpath, pygments, jupyterlab-pygments, nbclient, mistune, pyparsing, packaging, webencodings, bleach, nbconvert, prometheus-client, Send2Trash, pycparser, cffi, argon2-cffi, websocket-client, jupyter-server, matplotlib-inline, pexpect, backcall, pickleshare, parso, jedi, wcwidth, prompt-toolkit, decorator, ipython, debugpy, ipykernel, notebook, nbclassic, pytz, babel, json5, jupyterlab-server, jupyterlab
  143. Successfully installed MarkupSafe-2.0.1 Send2Trash-1.8.0 anyio-3.3.2 argon2-cffi-21.1.0 attrs-21.2.0 babel-2.9.1 backcall-0.2.0 bleach-4.1.0 certifi-2021.5.30 cffi-1.14.6 charset-normalizer-2.0.6 debugpy-1.4.3 decorator-5.1.0 defusedxml-0.7.1 entrypoints-0.3 idna-3.2 ipykernel-6.4.1 ipython-7.28.0 ipython-genutils-0.2.0 jedi-0.18.0 jinja2-3.0.1 json5-0.9.6 jsonschema-4.0.1 jupyter-client-7.0.5 jupyter-core-4.8.1 jupyter-server-1.11.0 jupyterlab-3.1.14 jupyterlab-pygments-0.1.2 jupyterlab-server-2.8.2 matplotlib-inline-0.1.3 mistune-0.8.4 nbclassic-0.3.2 nbclient-0.5.4 nbconvert-6.2.0 nbformat-5.1.3 nest-asyncio-1.5.1 notebook-6.4.4 packaging-21.0 pandocfilters-1.5.0 parso-0.8.2 pexpect-4.8.0 pickleshare-0.7.5 prometheus-client-0.11.0 prompt-toolkit-3.0.20 ptyprocess-0.7.0 pycparser-2.20 pygments-2.10.0 pyparsing-2.4.7 pyrsistent-0.18.0 python-dateutil-2.8.2 pytz-2021.1 pyzmq-22.3.0 requests-2.26.0 requests-unixsocket-0.2.0 six-1.16.0 sniffio-1.2.0 terminado-0.12.1 testpath-0.5.0 tornado-6.1 traitlets-5.1.0 urllib3-1.26.7 wcwidth-0.2.5 webencodings-0.5.1 websocket-client-1.2.1
  144.  
  145. (new_test_install) $ jupyter lab --version
  146. 3.1.14
  147.  
  148. (new_test_install) $ python3 -c "from nbclassic.__version__ import __version__; print(__version__)""nt" in ./new_test_install/lib/python3.8/site-packages (from terminado>=0.8.3->notebook>=6.0->rise) (0.7.0)
  149. Requirement already satisfied: ipython<8.0,>=7.23.1 in ./new_test_install/lib/python3.8/site-packages (from ipykernel->notebook>=6.0->rise) (7.28.0)
  150. Requirement already satisfied: matplotlib-inline<0.2.0,>=0.1.0 in ./new_test_install/lib/python3.8/site-packages (from ipykernel->notebook>=6.0->rise) (0.1.3)
  151. Requirement already satisfied: debugpy<2.0,>=1.0.0 in ./new_test_install/lib/python3.8/site-packages (from ipykernel->notebook>=6.0->rise) (1.4.3)
  152. Requirement already satisfied: python-dateutil>=2.1 in ./new_test_install/lib/python3.8/site-packages (from jupyter-client>=5.3.4->notebook>=6.0->rise) (2.8.2)
  153. Requirement already satisfied: nest-asyncio>=1.5 in ./new_test_install/lib/python3.8/site-packages (from jupyter-client>=5.3.4->notebook>=6.0->rise) (1.5.1)
  154. Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./new_test_install/lib/python3.8/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=6.0->rise) (0.18.0)
  155. Requirement already satisfied: attrs>=17.4.0 in ./new_test_install/lib/python3.8/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->notebook>=6.0->rise) (21.2.0)
  156. Requirement already satisfied: six>=1.9.0 in ./new_test_install/lib/python3.8/site-packages (from bleach->nbconvert->notebook>=6.0->rise) (1.16.0)
  157. Requirement already satisfied: webencodings in ./new_test_install/lib/python3.8/site-packages (from bleach->nbconvert->notebook>=6.0->rise) (0.5.1)
  158. Requirement already satisfied: packaging in ./new_test_install/lib/python3.8/site-packages (from bleach->nbconvert->notebook>=6.0->rise) (21.0)
  159. Requirement already satisfied: pycparser in ./new_test_install/lib/python3.8/site-packages (from cffi>=1.0.0->argon2-cffi->notebook>=6.0->rise) (2.20)
  160. Requirement already satisfied: setuptools>=18.5 in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (44.0.0)
  161. Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (3.0.20)
  162. Requirement already satisfied: pexpect>4.3; sys_platform != "win32" in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (4.8.0)
  163. Requirement already satisfied: backcall in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (0.2.0)
  164. Requirement already satisfied: pickleshare in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (0.7.5)
  165. Requirement already satisfied: jedi>=0.16 in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (0.18.0)
  166. Requirement already satisfied: decorator in ./new_test_install/lib/python3.8/site-packages (from ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (5.1.0)
  167. Requirement already satisfied: pyparsing>=2.0.2 in ./new_test_install/lib/python3.8/site-packages (from packaging->bleach->nbconvert->notebook>=6.0->rise) (2.4.7)
  168. Requirement already satisfied: wcwidth in ./new_test_install/lib/python3.8/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (0.2.5)
  169. Requirement already satisfied: parso<0.9.0,>=0.8.0 in ./new_test_install/lib/python3.8/site-packages (from jedi>=0.16->ipython<8.0,>=7.23.1->ipykernel->notebook>=6.0->rise) (0.8.2)
  170. Installing collected packages: rise
  171. Successfully installed rise-5.7.1
  172.  
  173. (new_test_install)$ export JUPYTER_CONFIG_DIR=/home/thales/Programas/Jupyter/config/
  174.  
  175. (new_test_install) $ jupyter server extension list
  176. Config dir: /home/thales/Programas/Jupyter/config/
  177.  
  178. Config dir: /home/thales/External/Programas/Jupyter/new_test_install/etc/jupyter
  179.     jupyterlab enabled
  180.     - Validating jupyterlab...
  181.       jupyterlab 3.1.14 OK
  182.     nbclassic enabled
  183.     - Validating nbclassic...
  184.       nbclassic  OK
  185.  
  186. Config dir: /usr/local/etc/jupyter
  187.     jupyterlab enabled
  188.     - Validating jupyterlab...
  189.       jupyterlab 3.1.14 OK
  190.  
  191. (new_test_install) $ jupyter nbextension list
  192. Known nbextensions:
  193.   config dir: /home/thales/Programas/Jupyter/config/nbconfig
  194.     notebook section
  195.       nbextensions_configurator/config_menu/main  enabled
  196.       - Validating: problems found:
  197.         - require?  X nbextensions_configurator/config_menu/main
  198.       egal/main  enabled
  199.       - Validating: problems found:
  200.         - require?  X egal/main
  201.       code_prettify/code_prettify  enabled
  202.       - Validating: OK
  203.       collapsible_headings/main  enabled
  204.       - Validating: OK
  205.       equation-numbering/main  enabled
  206.       - Validating: OK
  207.       hide_input_all/main  enabled
  208.       - Validating: OK
  209.       spellchecker/main  enabled
  210.       - Validating: OK
  211.       toggle_all_line_numbers/main  enabled
  212.       - Validating: OK
  213.       scratchpad/main  enabled
  214.       - Validating: OK
  215.       varInspector/main  enabled
  216.       - Validating: OK
  217.       highlight_selected_word/main  enabled
  218.       - Validating: OK
  219.     tree section
  220.       nbextensions_configurator/tree_tab/main  enabled
  221.       - Validating: problems found:
  222.         - require?  X nbextensions_configurator/tree_tab/main
  223.   config dir: /home/thales/External/Programas/Jupyter/new_test_install/etc/jupyter/nbconfig
  224.     notebook section
  225.       rise/main  enabled
  226.       - Validating: OK
  227.       nbextensions_configurator/config_menu/main  enabled
  228.       - Validating: problems found:
  229.         - require?  X nbextensions_configurator/config_menu/main
  230.       contrib_nbextensions_help_item/main  enabled
  231.       - Validating: OK
  232.     tree section
  233.       nbextensions_configurator/tree_tab/main  enabled
  234.       - Validating: problems found:
  235.         - require?  X nbextensions_configurator/tree_tab/main
  236.  
  237. (new_test_install) $ jupyter-lab
  238. [I 2021-09-30 16:17:08.008 ServerApp] jupyterlab | extension was successfully linked.
  239. [W 2021-09-30 16:17:08.012 NotebookApp] 'allow_remote_access' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
  240. [W 2021-09-30 16:17:08.012 NotebookApp] 'ip' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
  241. [W 2021-09-30 16:17:08.012 NotebookApp] 'password' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
  242. [I 2021-09-30 16:17:08.319 ServerApp] jupyter_nbextensions_configurator | extension was found and enabled by nbclassic. Consider moving the extension to Jupyter Server's extension paths.
  243. [I 2021-09-30 16:17:08.319 ServerApp] jupyter_nbextensions_configurator | extension was successfully linked.
  244. [W 2021-09-30 16:17:08.319 ServerApp] The module 'egal' could not be found. Are you sure the extension is installed?
  245. [I 2021-09-30 16:17:08.319 ServerApp] nbclassic | extension was successfully linked.
  246. [W 2021-09-30 16:17:08.346 ServerApp] WARNING: The Jupyter server is listening on all IP addresses and not using encryption. This is not recommended.
  247. [I 2021-09-30 16:17:08.352 ServerApp] nbclassic | extension was successfully loaded.
  248. [I 2021-09-30 16:17:08.352 ServerApp] [jupyter_nbextensions_configurator] enabled 0.4.1
  249. [I 2021-09-30 16:17:08.352 ServerApp] jupyter_nbextensions_configurator | extension was successfully loaded.
  250. [I 2021-09-30 16:17:08.354 LabApp] JupyterLab extension loaded from /home/thales/External/Programas/Jupyter/new_test_install/lib/python3.8/site-packages/jupyterlab
  251. [I 2021-09-30 16:17:08.354 LabApp] JupyterLab application directory is /home/thales/External/Programas/Jupyter/new_test_install/share/jupyter/lab
  252. [I 2021-09-30 16:17:08.358 ServerApp] jupyterlab | extension was successfully loaded.
  253. [I 2021-09-30 16:17:08.358 ServerApp] Serving notebooks from local directory: /home/thales/External/Programas/Jupyter
  254. [I 2021-09-30 16:17:08.358 ServerApp] Jupyter Server 1.11.0 is running at:
  255. [I 2021-09-30 16:17:08.358 ServerApp] http://elementaryDesktopCasa:8888/lab
  256. [I 2021-09-30 16:17:08.358 ServerApp]  or http://127.0.0.1:8888/lab
  257. [I 2021-09-30 16:17:08.358 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  258. [I 2021-09-30 16:17:13.731 LabApp] Build is up to date
  259. [W 2021-09-30 16:17:14.119 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  260. [W 2021-09-30 16:17:14.124 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  261. [W 2021-09-30 16:17:14.158 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  262. [W 2021-09-30 16:17:14.161 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  263. [W 2021-09-30 16:17:14.289 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  264. [W 2021-09-30 16:17:14.308 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  265. [W 2021-09-30 16:17:14.342 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  266. [W 2021-09-30 16:17:14.360 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  267. [W 2021-09-30 16:17:14.406 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  268. [W 2021-09-30 16:17:14.419 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  269. [W 2021-09-30 16:17:14.465 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  270. [W 2021-09-30 16:17:14.479 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  271. [W 2021-09-30 16:17:14.523 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  272. [W 2021-09-30 16:17:14.532 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  273. [W 2021-09-30 16:17:14.545 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  274. [W 2021-09-30 16:17:14.564 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  275. [W 2021-09-30 16:17:14.631 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  276. [W 2021-09-30 16:17:14.638 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  277. [W 2021-09-30 16:17:14.644 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  278. [W 2021-09-30 16:17:14.660 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  279. [W 2021-09-30 16:17:14.993 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  280. [W 2021-09-30 16:17:15.007 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  281. [W 2021-09-30 16:17:15.023 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  282. [W 2021-09-30 16:17:15.034 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  283. [W 2021-09-30 16:17:15.153 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  284. [W 2021-09-30 16:17:15.197 ServerApp] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  285. [W 2021-09-30 16:17:15.214 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  286. [W 2021-09-30 16:17:15.239 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  287. [W 2021-09-30 16:17:15.259 ServerApp] Config option `template_path` not recognized by `TocExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  288. [W 2021-09-30 16:17:15.271 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  289. [W 2021-09-30 16:17:15.287 ServerApp] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  290. [W 2021-09-30 16:17:15.314 ServerApp] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  291. [W 2021-09-30 16:17:15.330 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  292. [W 2021-09-30 16:17:15.365 ServerApp] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  293. [W 2021-09-30 16:17:15.532 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  294. [W 2021-09-30 16:17:15.574 ServerApp] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you mean one of: `extra_template_paths, template_name, template_paths`?
  295. [W 2021-09-30 16:17:33.493 ServerApp] 404 GET /nbextensions/nbextensions_configurator/list?_=1633029452869 (192.168.200.78) 17.10ms referer=http://elementarydesktopcasa:8888/tree
  296.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement