|
@@ -2,9 +2,12 @@
|
|
|
"cells": [
|
|
|
{
|
|
|
"cell_type": "code",
|
|
|
- "execution_count": 4,
|
|
|
+ "execution_count": null,
|
|
|
"metadata": {
|
|
|
- "collapsed": true
|
|
|
+ "collapsed": true,
|
|
|
+ "pycharm": {
|
|
|
+ "is_executing": true
|
|
|
+ }
|
|
|
},
|
|
|
"outputs": [],
|
|
|
"source": [
|
|
@@ -15,27 +18,16 @@
|
|
|
},
|
|
|
{
|
|
|
"cell_type": "code",
|
|
|
- "execution_count": 6,
|
|
|
- "outputs": [
|
|
|
- {
|
|
|
- "ename": "ImportError",
|
|
|
- "evalue": "attempted relative import with no known parent package",
|
|
|
- "output_type": "error",
|
|
|
- "traceback": [
|
|
|
- "\u001B[0;31m---------------------------------------------------------------------------\u001B[0m",
|
|
|
- "\u001B[0;31mImportError\u001B[0m Traceback (most recent call last)",
|
|
|
- "Cell \u001B[0;32mIn [6], line 1\u001B[0m\n\u001B[0;32m----> 1\u001B[0m \u001B[38;5;28;01mfrom\u001B[39;00m \u001B[38;5;21;01m.\u001B[39;00m\u001B[38;5;21;01mrefill\u001B[39;00m \u001B[38;5;28;01mimport\u001B[39;00m ChannelCumPainter\n",
|
|
|
- "\u001B[0;31mImportError\u001B[0m: attempted relative import with no known parent package"
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
+ "execution_count": null,
|
|
|
+ "outputs": [],
|
|
|
"source": [
|
|
|
- "from .refill import ChannelCumPainter"
|
|
|
+ "from refill import ChannelCumPainter"
|
|
|
],
|
|
|
"metadata": {
|
|
|
"collapsed": false,
|
|
|
"pycharm": {
|
|
|
- "name": "#%%\n"
|
|
|
+ "name": "#%%\n",
|
|
|
+ "is_executing": true
|
|
|
}
|
|
|
}
|
|
|
},
|