Utkarsh736 commited on
Commit
0fe59f7
·
1 Parent(s): a2b1c29

[Updated] file path for app.py

Browse files
Files changed (2) hide show
  1. Bearify_nb.ipynb +6 -10
  2. app/app.py → app.py +0 -0
Bearify_nb.ipynb CHANGED
@@ -321,24 +321,20 @@
321
  },
322
  {
323
  "cell_type": "code",
324
- "execution_count": 32,
325
  "metadata": {},
326
  "outputs": [
327
  {
328
- "ename": "ImportError",
329
- "evalue": "cannot import name 'notebook2script' from 'nbdev.export' (C:\\Users\\utkar\\prod_apps\\Bearify\\bear_env\\lib\\site-packages\\nbdev\\export.py)",
330
- "output_type": "error",
331
- "traceback": [
332
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
333
- "\u001b[1;31mImportError\u001b[0m Traceback (most recent call last)",
334
- "Cell \u001b[1;32mIn[32], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mnbdev\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mexport\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m notebook2script\n",
335
- "\u001b[1;31mImportError\u001b[0m: cannot import name 'notebook2script' from 'nbdev.export' (C:\\Users\\utkar\\prod_apps\\Bearify\\bear_env\\lib\\site-packages\\nbdev\\export.py)"
336
  ]
337
  }
338
  ],
339
  "source": [
340
  "import nbdev\n",
341
- "nbdev.export.nb_export('Bearify.ipynb', 'app')\n",
342
  "print('Export successful')"
343
  ]
344
  },
 
321
  },
322
  {
323
  "cell_type": "code",
324
+ "execution_count": 35,
325
  "metadata": {},
326
  "outputs": [
327
  {
328
+ "name": "stdout",
329
+ "output_type": "stream",
330
+ "text": [
331
+ "Export successful\n"
 
 
 
 
332
  ]
333
  }
334
  ],
335
  "source": [
336
  "import nbdev\n",
337
+ "nbdev.export.nb_export('Bearify_nb.ipynb', 'app')\n",
338
  "print('Export successful')"
339
  ]
340
  },
app/app.py → app.py RENAMED
File without changes