File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
notebooks/beginner/notebooks Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 5757 " !{sys.executable} -m pip install pytest\n " ,
5858 " !{sys.executable} -m pip install ipytest\n " ,
5959 " \n " ,
60- " import ipytest.magics \n " ,
60+ " import ipytest\n " ,
6161 " import pytest\n " ,
62+ " ipytest.autoconfig()\n " ,
63+ " \n " ,
6264 " \n " ,
6365 " # Filename has to be set explicitly for ipytest \n " ,
6466 " __file__ = 'testing1.ipynb'"
130132 ],
131133 "metadata" : {
132134 "kernelspec" : {
133- "display_name" : " Python 3 " ,
135+ "display_name" : " cs6010 " ,
134136 "language" : " python" ,
135- "name" : " python3 "
137+ "name" : " cs6010 "
136138 },
137139 "language_info" : {
138140 "codemirror_mode" : {
144146 "name" : " python" ,
145147 "nbconvert_exporter" : " python" ,
146148 "pygments_lexer" : " ipython3" ,
147- "version" : " 3.5.4 "
149+ "version" : " 3.7.9 "
148150 }
149151 },
150152 "nbformat" : 4 ,
151- "nbformat_minor" : 2
153+ "nbformat_minor" : 4
152154}
You can’t perform that action at this time.
0 commit comments