Can I create a Python package within the code executor?

Asked 1 years ago, Updated 1 years ago, 97 views

Hi, everyone.Thank you so much for the code executor. Can I create a Python package within the code executor? I think it will be difficult to create a directory, but I'm asking just in case. Thank you.

python package

2022-09-21 21:12

2 Answers

This code executor here means this code executor here, right? Rather than executing the code here, we recommend an environment where you can use the container-based and jupyter notebook below.

python anywhere

https://www.pythonanywhere.com/

azure notebook

https://notebooks.azure.com/

google colab

https://colab.research.google.com/

kaggle

https://www.kaggle.com/


2022-09-21 21:12

I recommend Cloud IDE (ide.goorm.io), a domestic cloud IDE service. It provides a web-based development environment without a separate installation. It provides docker-based containers and provides similar levels of performance to the installed development environment.


2022-09-21 21:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.