Interactive Shell Questions

Showing 1 - 20 of 61 questions

Q: how to do

PowerShell 7.0.1
Copyright (c) Microsoft Corporation. All rights reserved.

https://aka.ms/powershell
Type 'help' to get help.

PS /> pip install pandas
pip: The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS />

112855086098237405729PLUSNov 13, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Edited Nov 13, 2024

A: It is possible to pip install pandas, but you will need to create a virtual environment in the Ubuntu (Pro) terminal. See the tutorial at https://help.interactiveshell.com/article/how-to-install-python-pip-packages/

Share
Helpful?

Q: What's the different between InteractiveShell and Notepad?

Notepad: https://www.learnitive.com/notepad

The Notepad is more than 90% same as InteractiveShell, why should I use InteractiveShell instead Notepad?

lewisholeNov 12, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Nov 12, 2024

A: A terminal is a "flexible" way to code than on the regular IDEs. We offer an IDE drive for creating and storing codes, but debugging, supporting and executing user codes on terminal is the core business of Interactive Shell. Notepad is designed to take notes but offers IDEs as additional feature.

You may think Interactive shell is a Notepad for developers with additional perks: terminal.

Share
Helpful?

Q: Will you guys allow the agent to develop the code like replit agent ?

in other words we tell the agent the type of app we like to build and it develop it for us??

VIDEO-KINGNov 10, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Nov 10, 2024

A: Yes, the AI Assist can develop codes for you. We will add tutorials on it shortly.

Share
Helpful?

Q: How to install module

Traceback (most recent call last):
File "script.py", line 2, in <module>
import requests
ModuleNotFoundError: No module named 'requests'

112855086098237405729PLUSNov 9, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Edited Nov 9, 2024

A: Please kindly request software using the contact form, we will add them during the next system update.
See also the change log at https://log.interactiveshell.com/

Share
Helpful?

Q: Concerns shell interactive

Hi, I need help with an issue when using **vim** in fullscreen mode:

1. When executing commands that start with `:` (like `:q`), they work correctly, but **the commands are not visible on the screen** while typing them.

2. In **insert mode**, pressing `ESC` causes the fullscreen mode to close and the terminal to reset. This doesn't happen when using vim in a predefined terminal window.

3. Occasionally, after 2 or 3 minutes of inactivity, a **fatal error appears with the container**. While it doesn't always happen, it's a recurring issue.

Iโ€™d really appreciate any support. Thank you!

andres_d.Nov 9, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Edited Nov 9, 2024

A: Vim editor works just alright on Interactive Shell in the "non-full screen" mode. We have created a small demonstration video, please find it here at https://www.youtube.com/watch?v=pKoPY7nPOxU

For your convenience, we have now added an expand and compress button on the window holding the terminal, this will help to easily make the terminal window larger.

Pro terminal should persist a long...

Share
Helpful?