︠cbf51db4-985b-4960-b9ef-56200c2f978bi︠
%md
### Defining `a3` as the anaconda3 Python environment
... and setting it as the default for all cells
︡9d414380-3725-47c5-9f42-548a1625aae8︡{"done":true,"md":"\n### Defining `a3` as the anaconda3 Python environment\n\n... and setting it as the default for all cells"}
︠036dfe93-b5ca-4d1a-ae5a-1a789134ed8bs︠
a3 = jupyter('anaconda3')
%default_mode a3
︡e591a534-af5e-4baa-af98-662eb15928e0︡{"html":"\n\n
\n\n\n\n\n\n\n\n
\n\n\n\n"}︡{"done":true}︡
︠f5b0a3c8-b94c-462e-bdce-0c765ef620ecs︠
import sys
sys.executable
︡ac49fd67-3e6a-4d52-a647-ff7c428df053︡{"stdout":"'/projects/anaconda3/bin/python3'"}︡{"done":true}︡
︠2aa2dd3c-1439-4d5c-a2d2-261d8cda0e89s︠
import numpy as np
np
︡ada2d5ee-da5b-4cf0-b139-4a80dac8537e︡{"stdout":""}︡{"done":true}︡
︠f418d433-aea6-407b-a7c5-8dca1aacfdf5s︠
import matplotlib.pyplot as plt
plt.plot([1,2,3,2])
︡08c228e5-bc10-424a-9595-b026c28196da︡{"stdout":"[]"}︡{"file":{"filename":"/tmp/tmpWbngZY.png","show":true,"text":null,"uuid":"723ccfb5-7e08-412a-88ab-b7a342c4cacd"},"once":false}︡{"done":true}︡
︠d9ad3504-d466-41e7-92cd-68707e2a8804︠
︠80d59cff-42ea-4d9e-8677-c784b46cfca5i︠
%md
### Some `%sage` cells
︡a5a36cc5-eb38-4f89-b98c-a10c1a60f281︡{"done":true,"md":"### Some `%sage` cells"}
︠216f9524-dc02-4b84-a3bf-913e801ea98cs︠
%sage
import sys
sys.executable
︡3856c2c3-d6ba-43cb-95f9-e990193a788a︡{"stdout":"'/projects/sage/sage-7.3/local/bin/python'\n"}︡{"done":true}︡
︠2771435e-1425-453f-a1f5-8a8ce6260208s︠
%sage
graphs.PoussinGraph()
︡f4511a55-d327-4009-94e8-8e6394c074c2︡{"stdout":"Poussin Graph: Graph on 15 vertices\n"}︡{"done":true}︡
︠1b75e968-1f36-4578-9e1b-a57b6b61132fs︠
%sage
import numpy as np
np
︡bb6d7423-9dfd-40c3-9871-db082b1977e4︡{"stdout":"\n"}︡{"done":true}︡
︠520a8cd1-0cf9-4579-a29c-701c1707d9c8︠