FAQs
Frequently asked questions about ByteXL.
1. Not receiving emails
Question: I'm not receiving emails from ByteXL. What should I do?
Answer:
- First, please check your spam/junk folder as emails might be filtered there
- If you're still not receiving emails, your email address might have been added to the bounce list because previous emails couldn't be delivered
- Solution: Please reach out to support to get your email unblocked from the bounce list
2. Editor not asking for STDIN
Question: The editor is not prompting me for STDIN input. How do I provide input to my program?
Answer:
- You need to provide the STDIN input before running your program
- Look for the STDIN section in the editor interface
- Enter your input data there first, then run your program
- The program will automatically use the provided STDIN data during execution
3. Can I install libraries in Python?
Question: Can I install additional Python libraries for my programs?
Answer:
- In Editor: No, you cannot install additional libraries. However, many popular libraries are already pre-installed and available for your use
- In Nimbus: Yes, you can install dependencies and manage your own Python environment
- To see which libraries are available in the Editor, you can check the documentation or try importing them in your code