—— Run into issues on Carnets? Get help pending when official support gets back to you!
—— Experiencing any of these problems? Get a solution tailored for you below;
Fix: To specify file paths for Excel data on iOS, you can use the built-in file picker in Carnets. Open the app, create a new notebook, and use t... ⇲
Fix: If you encounter errors while installing pip packages, first ensure that you have the latest version of pip. You can upgrade pip by running:... ⇲
Fix: To prevent loss of work when downloading notebooks, make sure to save your work frequently. Use the save option in the app or run: ```pytho... ⇲
Fix: If cells stop running after extended use, try restarting the kernel. You can do this by going to the menu and selecting 'Kernel' -> 'Restart... ⇲
Fix: Currently, TensorFlow and PyTorch may not be supported in Carnets due to compatibility issues with iOS. As a workaround, consider using ligh... ⇲
Fix: If you cannot install torch, check if there are any alternative libraries that can fulfill your requirements. For example, consider using Nu... ⇲
Fix: To change the hardcoded username, check if there is a settings option in the app where you can update your profile or username. If not, you... ⇲
Fix: To avoid accidental deletion of files, always double-check the files you are about to delete. Use the app's file management features to crea... ⇲
Fix: If you encounter a blank screen, try closing the app completely and reopening it. This can sometimes resolve temporary glitches. OR If th... ⇲
Fix: If you experience import failures after updates, try reinstalling the affected libraries. Use: ```python !pip uninstall library_name !pip i... ⇲