"Cell \u001b[0;32mIn[105], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mnumpy\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mnp\u001b[39;00m\n\u001b[0;32m----> 2\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mPhyPraKit\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mphyTools\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m labxParser\n\u001b[1;32m 4\u001b[0m \u001b[38;5;66;03m# Read data from CASSY; \u001b[39;00m\n\u001b[1;32m 5\u001b[0m \u001b[38;5;66;03m# column_names: hosts the column names; \u001b[39;00m\n\u001b[1;32m 6\u001b[0m \u001b[38;5;66;03m# data: hosts the individual columns as lists. \u001b[39;00m\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 9\u001b[0m \u001b[38;5;66;03m# the labx file. If you want to shut the function up set prlevel=0. Check \u001b[39;00m\n\u001b[1;32m 10\u001b[0m \u001b[38;5;66;03m# help(labxParser) to learn more about this function\u001b[39;00m\n\u001b[1;32m 11\u001b[0m column_names, data \u001b[38;5;241m=\u001b[39m labxParser(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mCassyExample.labx\u001b[39m\u001b[38;5;124m\"\u001b[39m, prlevel\u001b[38;5;241m=\u001b[39m\u001b[38;5;241m1\u001b[39m)\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'PhyPraKit.phyTools'"