Skip to content

Commit 371992e

Browse files
committed
refactor(notebook): remove redundant kernel restart instructions
- Remove duplicate kernel restart guidance from kernel registration step - Detailed instructions are already provided in IMPORTANT NEXT STEP section - Reduces redundancy and improves notebook clarity
1 parent 38a7002 commit 371992e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

notebooks/setup/complete_setup_guide.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@
633633
" success, stdout, stderr = run_command([str(python_path), \"-m\", \"ipykernel\", \"install\", \"--user\", \"--name=warehouse-assistant\"])\n",
634634
" if success:\n",
635635
" print(\"✅ Kernel 'warehouse-assistant' registered!\")\n",
636-
" print(\"\\n⚠️ IMPORTANT: Please restart the kernel and select 'warehouse-assistant'\")\n",
637-
" print(\" Go to: Kernel → Restart Kernel → Change Kernel → warehouse-assistant\")\n",
638636
" else:\n",
639637
" print(f\"⚠️ Could not register kernel: {stderr}\")\n",
640638
" print(\" You can do this manually later\")\n",

0 commit comments

Comments
 (0)