--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/D3A97FFB.40D33%25Andy%40SantaCruzIntegration.com.
For more options, visit https://groups.google.com/d/optout.
jupyter (1.0.0)
jupyter-client (4.2.2)
jupyter-console (4.1.1)
jupyter-core (4.1.0)
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHAreOoTgjR2X%2BZdJnOOsB9DsBR8ndbhvhCFNRRJxVcxSV-y5Q%40mail.gmail.com.
Hi Fernando$ pip-3.4 list |grep jupjupyter (1.0.0)
jupyter-client (4.2.2)
jupyter-console (4.1.1)
jupyter-core (4.1.0)
In [4]: user = 'root'
...: !ps aux | grep {user} | awk '{print $2}'
70594
70592
Cheers
f

[ec2-user@ip-172-31-22-140 emojiSampleData]$ pip-3.4 list |grep ipython
You are using pip version 6.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
ipython (4.2.0)
ipython-genutils (0.1.0)
# your example with output




--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAHAreOp5GV0LqXrQZPDSPpFnMRoMpsXuKDXfWJ0Ff-6dXG2Lxg%40mail.gmail.com.
# variable substitution AWK $2 does not work