{"id":433,"date":"2019-09-24T10:04:43","date_gmt":"2019-09-24T02:04:43","guid":{"rendered":"http:\/\/lifesea.org\/blog\/?p=433"},"modified":"2019-09-24T10:04:43","modified_gmt":"2019-09-24T02:04:43","slug":"anaconda-and-conda-env-on-linux","status":"publish","type":"post","link":"https:\/\/lifesea.org\/blog\/archives\/433","title":{"rendered":"Anaconda and conda env on Linux"},"content":{"rendered":"<p>#run after installation<\/p>\n<p>conda init<\/p>\n<p>#create env<\/p>\n<p>conda create -n NAME python=PY_VERSION<\/p>\n<p>#install notebook with env selection<\/p>\n<p>conda install nb_conda<\/p>\n<p># set notebook with\u00a0external visit<\/p>\n<p>jupyter notebook --generate-config<\/p>\n<p>openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mykey.key -out mycert.pem<\/p>\n<div>c.NotebookApp.certfile = u'\/absolute\/path\/to\/your\/certificate\/mycert.pem'<\/div>\n<div>c.NotebookApp.keyfile = u'\/absolute\/path\/to\/your\/certificate\/mykey.key'<\/div>\n<div>\n<div>c.NotebookApp.ip = '*'<\/div>\n<div>c.NotebookApp.password = u'sha1:bcd259ccf...&lt;your hashed password here&gt;'<\/div>\n<div>c.NotebookApp.open_browser = False<\/div>\n<div>c.NotebookApp.port = 8888<\/div>\n<\/div>\n<div>\n<div>In [1]: from notebook.auth import passwd<\/div>\n<div>In [2]: passwd()<\/div>\n<div>Enter password:<\/div>\n<div>Verify password:<\/div>\n<div>Out[2]: 'sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed'<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>#run after installation conda init #create env conda cr [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[34],"tags":[],"class_list":["post-433","post","type-post","status-publish","format-standard","hentry","category-compute"],"_links":{"self":[{"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/posts\/433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/comments?post=433"}],"version-history":[{"count":0,"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/posts\/433\/revisions"}],"wp:attachment":[{"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/media?parent=433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/categories?post=433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lifesea.org\/blog\/wp-json\/wp\/v2\/tags?post=433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}