Youval Dar
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
创建于 Python3 relative import IDE - Debug/Run issues
Issues with relative imports when using python3 In the same folder I have package1.py ``` def hello_import(): print('hello_import') ``` package2.py ``` from .package1 import hello_importdef us... -
创建于 ipython notebook %load does not work
Hi,I'm using a PyCharm Pro 4.0.5 on Win 8.1Have installed ipython 3.0, python 2.7.9I've created a test.ipynb file and run the following command in a cell:%load http://matplotlib.sourceforge.net/mpl...