Advertisement
Guest User

Untitled

a guest
Nov 5th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.31 KB | None | 0 0
  1. ➜ DataCourse pip3 install -r requirements.txt
  2. Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
  3. ➜ DataCourse
  4. ➜ DataCourse pip3 install --upgrde pip
  5.  
  6. Usage:
  7. pip install [options] <requirement specifier> [package-index-options] ...
  8. pip install [options] -r <requirements file> [package-index-options] ...
  9. pip install [options] [-e] <vcs project url> ...
  10. pip install [options] [-e] <local project path> ...
  11. pip install [options] <archive url/path> ...
  12.  
  13. no such option: --upgrde
  14. ➜ DataCourse pip3 install --upgrade pip
  15. Collecting pip
  16. Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
  17. 100% |████████████████████████████████| 1.3MB 931kB/s
  18. Installing collected packages: pip
  19. Successfully installed pip-9.0.1
  20. ➜ DataCourse pip3 install jupyter
  21. Collecting jupyter
  22. Downloading jupyter-1.0.0-py2.py3-none-any.whl
  23. Collecting ipywidgets (from jupyter)
  24. Downloading ipywidgets-7.0.3-py2.py3-none-any.whl (68kB)
  25. 100% |████████████████████████████████| 71kB 1.8MB/s
  26. Requirement already satisfied: ipykernel in /usr/lib/python3/dist-packages (from jupyter)
  27. Collecting jupyter-console (from jupyter)
  28. Downloading jupyter_console-5.2.0-py2.py3-none-any.whl
  29. Requirement already satisfied: qtconsole in /usr/lib/python3/dist-packages (from jupyter)
  30. Collecting notebook (from jupyter)
  31. Downloading notebook-5.2.1-py2.py3-none-any.whl (8.0MB)
  32. 100% |████████████████████████████████| 8.0MB 218kB/s
  33. Requirement already satisfied: nbconvert in /usr/local/lib/python3.5/dist-packages (from jupyter)
  34. Requirement already satisfied: traitlets>=4.3.1 in /usr/lib/python3/dist-packages (from ipywidgets->jupyter)
  35. Requirement already satisfied: ipython>=4.0.0; python_version >= "3.3" in /usr/lib/python3/dist-packages (from ipywidgets->jupyter)
  36. Requirement already satisfied: nbformat>=4.2.0 in /usr/local/lib/python3.5/dist-packages (from ipywidgets->jupyter)
  37. Collecting widgetsnbextension~=3.0.0 (from ipywidgets->jupyter)
  38. Downloading widgetsnbextension-3.0.6-py2.py3-none-any.whl (2.5MB)
  39. 100% |████████████████████████████████| 2.5MB 589kB/s
  40. Requirement already satisfied: jupyter-client in /usr/lib/python3/dist-packages (from jupyter-console->jupyter)
  41. Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.0 in /usr/lib/python3/dist-packages (from jupyter-console->jupyter)
  42. Requirement already satisfied: pygments in /usr/lib/python3/dist-packages (from jupyter-console->jupyter)
  43. Requirement already satisfied: ipython-genutils in /usr/lib/python3/dist-packages (from notebook->jupyter)
  44. Requirement already satisfied: jinja2 in /usr/local/lib/python3.5/dist-packages (from notebook->jupyter)
  45. Requirement already satisfied: tornado>=4 in /usr/lib/python3/dist-packages (from notebook->jupyter)
  46. Requirement already satisfied: jupyter-core in /usr/lib/python3/dist-packages (from notebook->jupyter)
  47. Collecting terminado>=0.3.3; sys_platform != "win32" (from notebook->jupyter)
  48. Downloading terminado-0.6.tar.gz
  49. Requirement already satisfied: bleach in /usr/local/lib/python3.5/dist-packages (from nbconvert->jupyter)
  50. Requirement already satisfied: pandocfilters>=1.4.1 in /usr/local/lib/python3.5/dist-packages (from nbconvert->jupyter)
  51. Requirement already satisfied: testpath in /usr/local/lib/python3.5/dist-packages (from nbconvert->jupyter)
  52. Requirement already satisfied: entrypoints>=0.2.2 in /usr/local/lib/python3.5/dist-packages (from nbconvert->jupyter)
  53. Requirement already satisfied: mistune!=0.6 in /usr/local/lib/python3.5/dist-packages (from nbconvert->jupyter)
  54. Requirement already satisfied: pexpect in /usr/lib/python3/dist-packages (from ipython>=4.0.0; python_version >= "3.3"->ipywidgets->jupyter)
  55. Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /usr/local/lib/python3.5/dist-packages (from nbformat>=4.2.0->ipywidgets->jupyter)
  56. Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from jinja2->notebook->jupyter)
  57. Requirement already satisfied: ptyprocess in /usr/lib/python3/dist-packages (from terminado>=0.3.3; sys_platform != "win32"->notebook->jupyter)
  58. Requirement already satisfied: six in /usr/lib/python3/dist-packages (from bleach->nbconvert->jupyter)
  59. Requirement already satisfied: html5lib>=0.99999999 in /usr/local/lib/python3.5/dist-packages (from bleach->nbconvert->jupyter)
  60. Requirement already satisfied: webencodings in /usr/local/lib/python3.5/dist-packages (from html5lib>=0.99999999->bleach->nbconvert->jupyter)
  61. Requirement already satisfied: setuptools>=18.5 in /usr/lib/python3/dist-packages (from html5lib>=0.99999999->bleach->nbconvert->jupyter)
  62. Building wheels for collected packages: terminado
  63. Running setup.py bdist_wheel for terminado ... done
  64. Stored in directory: /home/jacque/.cache/pip/wheels/3b/c2/ea/af635ffb63857a8c2ddd22da6a4b52f5b7ea3065db94ef5d7c
  65. Successfully built terminado
  66. Installing collected packages: terminado, notebook, widgetsnbextension, ipywidgets, jupyter-console, jupyter
  67. Exception:
  68. Traceback (most recent call last):
  69. File "/home/jacque/.local/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
  70. status = self.run(options, args)
  71. File "/home/jacque/.local/lib/python3.5/site-packages/pip/commands/install.py", line 342, in run
  72. prefix=options.prefix_path,
  73. File "/home/jacque/.local/lib/python3.5/site-packages/pip/req/req_set.py", line 784, in install
  74. **kwargs
  75. File "/home/jacque/.local/lib/python3.5/site-packages/pip/req/req_install.py", line 851, in install
  76. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  77. File "/home/jacque/.local/lib/python3.5/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
  78. isolated=self.isolated,
  79. File "/home/jacque/.local/lib/python3.5/site-packages/pip/wheel.py", line 345, in move_wheel_files
  80. clobber(source, lib_dir, True)
  81. File "/home/jacque/.local/lib/python3.5/site-packages/pip/wheel.py", line 323, in clobber
  82. shutil.copyfile(srcfile, destfile)
  83. File "/usr/lib/python3.5/shutil.py", line 121, in copyfile
  84. with open(dst, 'wb') as fdst:
  85. PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/__pycache__/jupyter.cpython-35.pyc'
  86. ➜ DataCourse jupyter notebook
  87. [I 17:37:34.566 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  88. [I 17:37:34.566 NotebookApp] 0 active kernels
  89. [I 17:37:34.566 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=a3f65d6e70da6b471b5968d5ea193ee2306d0ccc053dd171
  90. [I 17:37:34.566 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  91. [C 17:37:34.567 NotebookApp]
  92.  
  93. Copy/paste this URL into your browser when you connect for the first time,
  94. to login with a token:
  95. http://localhost:8888/?token=a3f65d6e70da6b471b5968d5ea193ee2306d0ccc053dd171
  96. Created new window in existing browser session.
  97. [I 17:37:34.867 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  98. [I 17:38:03.854 NotebookApp] Creating new directory in
  99. ^C[I 17:38:35.749 NotebookApp] interrupted
  100. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  101. 0 active kernels
  102. The Jupyter Notebook is running at: http://localhost:8888/?token=a3f65d6e70da6b471b5968d5ea193ee2306d0ccc053dd171
  103. Shutdown this notebook server (y/[n])? y
  104. [C 17:38:37.589 NotebookApp] Shutdown confirmed
  105. [I 17:38:37.590 NotebookApp] Shutting down kernels
  106. ➜ DataCourse ls
  107. app LICENSE Setup.hs stack.yaml Untitled Folder
  108. DataCourse.cabal README.md src test
  109. ➜ DataCourse pwd
  110. /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  111. ➜ DataCourse cd ..
  112. ➜ LyndaDataScience ls
  113. Analysis Data DataCourse
  114. ➜ LyndaDataScience cd Analysis
  115. ➜ Analysis jupyter notebook
  116. [I 17:39:29.412 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/Analysis
  117. [I 17:39:29.412 NotebookApp] 0 active kernels
  118. [I 17:39:29.412 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=2d7b7d252d9aad593d9007d7e62ac48cf520a4f3a4720f4d
  119. [I 17:39:29.412 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  120. [C 17:39:29.412 NotebookApp]
  121.  
  122. Copy/paste this URL into your browser when you connect for the first time,
  123. to login with a token:
  124. http://localhost:8888/?token=2d7b7d252d9aad593d9007d7e62ac48cf520a4f3a4720f4d
  125. [I 17:39:29.700 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  126. Created new window in existing browser session.
  127. ^C[I 17:40:09.653 NotebookApp] interrupted
  128. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/Analysis
  129. 0 active kernels
  130. The Jupyter Notebook is running at: http://localhost:8888/?token=2d7b7d252d9aad593d9007d7e62ac48cf520a4f3a4720f4d
  131. Shutdown this notebook server (y/[n])? y
  132. [C 17:40:12.196 NotebookApp] Shutdown confirmed
  133. [I 17:40:12.197 NotebookApp] Shutting down kernels
  134. ➜ Analysis cd ..
  135. ➜ LyndaDataScience ls
  136. Analysis Data DataCourse
  137. ➜ LyndaDataScience cd DataCourse
  138. ➜ DataCourse
  139. ➜ DataCourse ls
  140. app LICENSE Setup.hs stack.yaml Untitled Folder
  141. DataCourse.cabal README.md src test
  142. ➜ DataCourse cd src
  143. ➜ src ls
  144. Lib.hs
  145. ➜ src cd ..
  146. ➜ DataCourse jupyter notebook
  147. [I 17:41:23.842 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  148. [I 17:41:23.842 NotebookApp] 0 active kernels
  149. [I 17:41:23.842 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=10f9dd248c4f619dd96f7154c332482ccc72175ed67142ec
  150. [I 17:41:23.842 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  151. [C 17:41:23.843 NotebookApp]
  152.  
  153. Copy/paste this URL into your browser when you connect for the first time,
  154. to login with a token:
  155. http://localhost:8888/?token=10f9dd248c4f619dd96f7154c332482ccc72175ed67142ec
  156. Created new window in existing browser session.
  157. [I 17:41:24.136 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  158. [I 17:42:02.750 NotebookApp] Uploading file to /BaseballStats/GL2015.TXT
  159. ^C[I 17:42:38.356 NotebookApp] interrupted
  160. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  161. 0 active kernels
  162. The Jupyter Notebook is running at: http://localhost:8888/?token=10f9dd248c4f619dd96f7154c332482ccc72175ed67142ec
  163. Shutdown this notebook server (y/[n])? y
  164. [C 17:42:40.404 NotebookApp] Shutdown confirmed
  165. [I 17:42:40.404 NotebookApp] Shutting down kernels
  166. ➜ DataCourse pwd
  167. /home/jacque/Projects/Haskell/LyndaDataScience/DataCourse
  168. ➜ DataCourse ls
  169. app DataCourse.cabal README.md src test
  170. BaseballStats LICENSE Setup.hs stack.yaml
  171. ➜ DataCourse cd ..
  172. ➜ LyndaDataScience ls
  173. Analysis Data DataCourse
  174. ➜ LyndaDataScience cabal install ihaskell
  175. Resolving dependencies...
  176. Downloading basement-0.0.3...
  177. Configuring byteable-0.1.1...
  178. Configuring SHA-1.6.4.2...
  179. Configuring cryptohash-md5-0.11.100.1...
  180. Configuring cryptohash-sha1-0.11.100.1...
  181. Downloading entropy-0.3.8...
  182. Downloading ghc-parser-0.2.0.0...
  183. Downloading zeromq4-haskell-0.6.7...
  184. Building SHA-1.6.4.2...
  185. Building cryptohash-sha1-0.11.100.1...
  186. Building byteable-0.1.1...
  187. Building cryptohash-md5-0.11.100.1...
  188. Installed byteable-0.1.1
  189. Configuring network-info-0.2.0.8...
  190. Configuring hourglass-0.2.10...
  191. Installed cryptohash-md5-0.11.100.1
  192. Building network-info-0.2.0.8...
  193. Configuring pem-0.2.2...
  194. Installed cryptohash-sha1-0.11.100.1
  195. Building hourglass-0.2.10...
  196. Building pem-0.2.2...
  197. Configuring socks-0.5.5...
  198. Installed network-info-0.2.0.8
  199. Configuring system-filepath-0.4.13.4...
  200. Installed pem-0.2.2
  201. Building socks-0.5.5...
  202. Building system-filepath-0.4.13.4...
  203. Configuring uuid-types-1.0.3...
  204. Installed socks-0.5.5
  205. Building uuid-types-1.0.3...
  206. Configuring entropy-0.3.8...
  207. Installed hourglass-0.2.10
  208. Configuring basement-0.0.3...
  209. Installed system-filepath-0.4.13.4
  210. Downloading system-argv0-0.1.1...
  211. Downloading system-fileio-0.3.16.3...
  212. Building basement-0.0.3...
  213. Building entropy-0.3.8...
  214. Configuring zeromq4-haskell-0.6.7...
  215. Installed uuid-types-1.0.3
  216. Building zeromq4-haskell-0.6.7...
  217. Configuring ghc-parser-0.2.0.0...
  218. Installed entropy-0.3.8
  219. Building ghc-parser-0.2.0.0...
  220. Installed zeromq4-haskell-0.6.7
  221. Configuring system-argv0-0.1.1...
  222. Building system-argv0-0.1.1...
  223. Configuring system-fileio-0.3.16.3...
  224. Installed ghc-parser-0.2.0.0
  225. Configuring uuid-1.3.13...
  226. Installed system-argv0-0.1.1
  227. Building system-fileio-0.3.16.3...
  228. Building uuid-1.3.13...
  229. Installed uuid-1.3.13
  230. Installed system-fileio-0.3.16.3
  231. Downloading shelly-1.6.8.4...
  232. Configuring shelly-1.6.8.4...
  233. Building shelly-1.6.8.4...
  234. Installed shelly-1.6.8.4
  235. Installed basement-0.0.3
  236. Downloading foundation-0.0.16...
  237. Configuring foundation-0.0.16...
  238. Building foundation-0.0.16...
  239. Installed SHA-1.6.4.2
  240. Downloading ipython-kernel-0.9.0.0...
  241. Configuring ipython-kernel-0.9.0.0...
  242. Building ipython-kernel-0.9.0.0...
  243. Installed foundation-0.0.16
  244. Downloading memory-0.14.8...
  245. Configuring memory-0.14.8...
  246. Building memory-0.14.8...
  247. Installed memory-0.14.8
  248. Configuring asn1-types-0.3.2...
  249. Downloading cryptonite-0.24...
  250. Configuring cryptonite-0.24...
  251. Building asn1-types-0.3.2...
  252. Building cryptonite-0.24...
  253. Installed asn1-types-0.3.2
  254. Configuring asn1-encoding-0.9.5...
  255. Building asn1-encoding-0.9.5...
  256. Installed asn1-encoding-0.9.5
  257. Configuring asn1-parse-0.9.4...
  258. Building asn1-parse-0.9.4...
  259. Installed asn1-parse-0.9.4
  260. Installed ipython-kernel-0.9.0.0
  261. Installed cryptonite-0.24
  262. Downloading x509-1.7.2...
  263. Configuring x509-1.7.2...
  264. Building x509-1.7.2...
  265. Installed x509-1.7.2
  266. Downloading x509-store-1.6.5...
  267. Configuring x509-store-1.6.5...
  268. Building x509-store-1.6.5...
  269. Installed x509-store-1.6.5
  270. Downloading x509-system-1.6.6...
  271. Downloading x509-validation-1.6.9...
  272. Configuring x509-system-1.6.6...
  273. Configuring x509-validation-1.6.9...
  274. Building x509-system-1.6.6...
  275. Building x509-validation-1.6.9...
  276. Installed x509-system-1.6.6
  277. Installed x509-validation-1.6.9
  278. Downloading tls-1.4.0...
  279. Configuring tls-1.4.0...
  280. Building tls-1.4.0...
  281. Installed tls-1.4.0
  282. Configuring connection-0.2.8...
  283. Building connection-0.2.8...
  284. Installed connection-0.2.8
  285. Downloading http-client-tls-0.3.5.1...
  286. Configuring http-client-tls-0.3.5.1...
  287. Building http-client-tls-0.3.5.1...
  288. Installed http-client-tls-0.3.5.1
  289. Downloading ihaskell-0.9.0.1...
  290. Configuring ihaskell-0.9.0.1...
  291. Building ihaskell-0.9.0.1...
  292. Installed ihaskell-0.9.0.1
  293. ➜ LyndaDataScience ihaskell install
  294. zsh: command not found: ihaskell
  295. ➜ LyndaDataScience ipython notebook
  296. [TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
  297. [TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in the future
  298. [I 18:13:41.549 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  299. [I 18:13:41.549 NotebookApp] 0 active kernels
  300. [I 18:13:41.549 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=ccdebb43ea0c70e000d88b76d8beaf04160c79045888b635
  301. [I 18:13:41.549 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  302. [C 18:13:41.550 NotebookApp]
  303.  
  304. Copy/paste this URL into your browser when you connect for the first time,
  305. to login with a token:
  306. http://localhost:8888/?token=ccdebb43ea0c70e000d88b76d8beaf04160c79045888b635
  307. Created new window in existing browser session.
  308. [I 18:13:41.883 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  309. ^C[I 18:14:22.396 NotebookApp] interrupted
  310. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  311. 0 active kernels
  312. The Jupyter Notebook is running at: http://localhost:8888/?token=ccdebb43ea0c70e000d88b76d8beaf04160c79045888b635
  313. Shutdown this notebook server (y/[n])? y
  314. [C 18:14:24.092 NotebookApp] Shutdown confirmed
  315. [I 18:14:24.093 NotebookApp] Shutting down kernels
  316. ➜ LyndaDataScience jupyter
  317. usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir]
  318. [--paths] [--json]
  319. [subcommand]
  320. jupyter: error: one of the arguments --version subcommand --config-dir --data-dir --runtime-dir --paths is required
  321. ➜ LyndaDataScience jupyter notebook
  322. [I 18:14:46.279 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  323. [I 18:14:46.279 NotebookApp] 0 active kernels
  324. [I 18:14:46.279 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=874025f4940f7998191a79922c3bcdd3613cd0bf3a644f1c
  325. [I 18:14:46.279 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  326. [C 18:14:46.280 NotebookApp]
  327.  
  328. Copy/paste this URL into your browser when you connect for the first time,
  329. to login with a token:
  330. http://localhost:8888/?token=874025f4940f7998191a79922c3bcdd3613cd0bf3a644f1c
  331. [I 18:14:46.567 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  332. Created new window in existing browser session.
  333. ^C[I 18:15:19.693 NotebookApp] interrupted
  334. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  335. 0 active kernels
  336. The Jupyter Notebook is running at: http://localhost:8888/?token=874025f4940f7998191a79922c3bcdd3613cd0bf3a644f1c
  337. Shutdown this notebook server (y/[n])? y
  338. [C 18:15:20.924 NotebookApp] Shutdown confirmed
  339. [I 18:15:20.924 NotebookApp] Shutting down kernels
  340. ➜ LyndaDataScience ipython notebook
  341. [TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
  342. [TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in the future
  343. [I 18:21:11.842 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  344. [I 18:21:11.842 NotebookApp] 0 active kernels
  345. [I 18:21:11.842 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=810bd2244a93510d01f1d8f80f1f718f8dd49d333b8b258e
  346. [I 18:21:11.842 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  347. [C 18:21:11.843 NotebookApp]
  348.  
  349. Copy/paste this URL into your browser when you connect for the first time,
  350. to login with a token:
  351. http://localhost:8888/?token=810bd2244a93510d01f1d8f80f1f718f8dd49d333b8b258e
  352. [I 18:21:12.131 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  353. Created new window in existing browser session.
  354. ^C[I 18:21:29.243 NotebookApp] interrupted
  355. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  356. 0 active kernels
  357. The Jupyter Notebook is running at: http://localhost:8888/?token=810bd2244a93510d01f1d8f80f1f718f8dd49d333b8b258e
  358. Shutdown this notebook server (y/[n])? y
  359. [C 18:21:31.210 NotebookApp] Shutdown confirmed
  360. [I 18:21:31.211 NotebookApp] Shutting down kernels
  361. ➜ LyndaDataScience ihaskell install
  362. zsh: command not found: ihaskell
  363. ➜ LyndaDataScience echo $PATH
  364. /home/jacque/anaconda3/bin:/home/jacque/bin:/usr/local/bin:/home/jacque/.rvm/gems/ruby-2.3.0/bin:/home/jacque/.rvm/gems/ruby-2.3.0@global/bin:/home/jacque/.rvm/rubies/ruby-2.3.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jacque/.rvm/bin:/home/jacque/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/mysql/bin:/opt/local/bin:/bin:/home/jacque/.rvm/bin:/home/jacque/.rvm/bin
  365. ➜ LyndaDataScience cd ~/.local/bin;ls
  366. gtk2hsC2hs gtk2hsHookGenerator gtk2hsTypeGen pip pip3 pip3.5
  367. ➜ bin cd ~
  368. ➜ ~ cd Projects/Haskell/LyndaDataScience/
  369. ➜ LyndaDataScience ls
  370. Analysis Data DataCourse
  371. ➜ LyndaDataScience jupyter notebook
  372. [I 23:21:31.881 NotebookApp] Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  373. [I 23:21:31.881 NotebookApp] 0 active kernels
  374. [I 23:21:31.881 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=f4a31fe9a1e5015e1b12407d6bbbf318d425c28a782d3ea9
  375. [I 23:21:31.881 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  376. [C 23:21:31.882 NotebookApp]
  377.  
  378. Copy/paste this URL into your browser when you connect for the first time,
  379. to login with a token:
  380. http://localhost:8888/?token=f4a31fe9a1e5015e1b12407d6bbbf318d425c28a782d3ea9
  381. [I 23:21:32.167 NotebookApp] Accepting one-time-token-authenticated connection from ::1
  382. Created new window in existing browser session.
  383. [I 23:23:15.306 NotebookApp] Kernel started: a055f1f5-a0d8-4655-9b49-4ab86797a521
  384. ^C[I 23:24:00.880 NotebookApp] interrupted
  385. Serving notebooks from local directory: /home/jacque/Projects/Haskell/LyndaDataScience
  386. 1 active kernels
  387. The Jupyter Notebook is running at: http://localhost:8888/?token=f4a31fe9a1e5015e1b12407d6bbbf318d425c28a782d3ea9
  388. Shutdown this notebook server (y/[n])? y
  389. [C 23:24:02.960 NotebookApp] Shutdown confirmed
  390. [I 23:24:02.960 NotebookApp] Shutting down kernels
  391. [I 23:24:03.362 NotebookApp] Kernel shutdown: a055f1f5-a0d8-4655-9b49-4ab86797a521
  392. ➜ LyndaDataScience
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement