Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 878f2d5b authored by ulrich_y's avatar ulrich_y
Browse files

15: Check ipython

parent 8eb21889
No related branches found
No related tags found
No related merge requests found
try:
ip = get_ipython()
ip.magic("pylab")
except NameError:
pass
import numpy as np
import matplotlib.pyplot as plt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment