This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tom@tomServal:~$ jupyter notebook | |
[W 11:22:10.558 NotebookApp] server_extensions is deprecated, use nbserver_extensions | |
[I 11:22:11.513 NotebookApp] [nb_conda_kernels] enabled, 11 kernels found | |
[I 11:22:11.537 NotebookApp] [beakerx] enabled | |
[I 11:22:11.553 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.2.7 | |
[I 11:22:11.568 NotebookApp] JupyterLab alpha preview extension loaded from /home/tom/anaconda3/lib/python3.6/site-packages/jupyterlab | |
[I 11:22:11.568 NotebookApp] JupyterLab application directory is /home/tom/anaconda3/share/jupyter/lab | |
[I 11:22:11.570 NotebookApp] Serving notebooks from local directory: /home/tom | |
[I 11:22:11.570 NotebookApp] 0 active kernels | |
[I 11:22:11.570 NotebookApp] The Jupyter Notebook is running at: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tom@tomServal:~$ conda list | |
# packages in environment at /home/tom/anaconda3: | |
# | |
_license 1.1 py36_1 | |
agate 1.6.0 <pip> | |
agate-dbf 0.2.0 <pip> | |
agate-excel 0.2.1 <pip> | |
agate-sql 0.5.2 <pip> | |
alabaster 0.7.10 py36h306e16b_0 | |
anaconda custom py36hbbc8b67_0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:3926ce4e7d31649b0e5ec965a3cdb1873b53b5d92265034760b11863feee1af2" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "gistfile1.txt" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Surveyanalysis-clean1" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tom@tom-Satellite-A105:~/Documents/Sass_comp_test$ compass create myproject -r susy -u susy --trace | |
directory myproject/ | |
directory myproject/sass/ | |
directory myproject/stylesheets/ | |
create myproject/config.rb | |
create myproject/sass/screen.scss | |
create myproject/sass/print.scss | |
create myproject/sass/ie.scss | |
WARNING on line 48: | |
This selector doesn't have any properties and will not be rendered. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Syntax error: File to import not found or unreadable: compass/reset.sass. | |
Load paths: | |
/home/tom/Documents/Sass_comp_test/myproject/sass | |
/usr/lib/ruby/gems/1.8/gems/compass-0.11.6/frameworks/blueprint/stylesheets | |
/usr/lib/ruby/gems/1.8/gems/compass-0.11.6/frameworks/compass/stylesheets | |
/usr/share/compass/frameworks/susy/stylesheets | |
Compass::SpriteImporter | |
on line 6 of /home/tom/Documents/Sass_comp_test/myproject/sass/screen.scss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tom@tom-Satellite-A105:~/Documents/Sass_comp_test$ compass create myproject -r susy -u susy --trace | |
identical myproject/sass/screen.scss | |
identical myproject/sass/print.scss | |
identical myproject/sass/ie.scss | |
WARNING on line 48: | |
This selector doesn't have any properties and will not be rendered. | |
WARNING on line 49: | |
This selector doesn't have any properties and will not be rendered. | |
WARNING on line 50: | |
This selector doesn't have any properties and will not be rendered. |