Youval Dar
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created 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... -
Created 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...