—— 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 manage files more effectively, you can use the 'Share' feature in the Carnets app. Open the file you want to share, tap the share icon, a... ⇲
Fix: Check if the Turtle package is included in the Carnets environment. You can do this by running 'import turtle' in a new notebook cell. If it... ⇲
Fix: Try rotating your iPad to see if the app automatically adjusts to landscape mode. If it does not, check the app settings for any display opt... ⇲
Fix: Ensure that you are using the correct syntax and that all necessary libraries are imported at the beginning of your notebook. Double-check f... ⇲
Fix: Try using 'Shift + Enter' to create a new line in your notebook. This is a common shortcut in many coding environments that allows you to in... ⇲
Fix: Check your keyboard settings for any accessibility features that may be causing this issue, such as 'Sticky Keys' or 'Slow Keys'. Disable th... ⇲
Fix: Check if there is an option within the app settings to disable ads or switch to a premium version that offers an ad-free experience. This is... ⇲
Fix: To minimize kernel restarts, try to keep the Carnets app open in the background instead of switching to other apps. This can help maintain t... ⇲
Fix: Check if the Carnets app has a built-in package manager or a way to install packages. If it does, use that to attempt to install Scipy and s... ⇲
Fix: Look for alternative methods to install packages, such as using the built-in package manager in Carnets if available, or checking if the des... ⇲
Fix: Since C dependencies are not supported, look for pure Python alternatives to the libraries you are trying to use. Many libraries have Python... ⇲
Fix: Since PyTorch is not supported, consider using alternative libraries that provide similar functionality, such as TensorFlow or Keras, which... ⇲
Fix: Go to your iPad settings, select 'Privacy', then 'Files and Folders', and ensure that Carnets has permission to access iCloud Drive. If it d... ⇲
Fix: Limit the number of apps running in the background while using Carnets. Close any unnecessary applications to reduce the load on your device... ⇲
Fix: Check your trackpad settings in the iPad settings menu under 'General' > 'Trackpad'. Adjust the scrolling speed and sensitivity to see if it... ⇲
Fix: Ensure that the CSV file is properly formatted and does not contain any errors. Open the file in a text editor to check for any irregulariti... ⇲