#๐ prettify the vscode terminal
19 messages ยท Page 1 of 1 (latest)
@foggy osprey
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
do you know what a jupyter notebook is?
try:
print(df.to_markdown())
no
i only want to use vscode
you can use vscode, tho the output you're seeking (the first image) looks very notebook-y, that's why I'm asking
jupyter notebook is like normal python, but you can also mix markdown blocks & code blocks, and you have the ability to only run a chunk of code at a time rather than the entire script; like google colab if you've used that before
also, isn't codepen for html/css/js? what is this codepen you're talking about that runs python
i'd like to have a terminal that could render markdown
maybe render picture if possible
terminal can do that but it is not suitable
I don't know of a way to pretty render md/pictures directly in the terminal
are you sure you're not looking for notebooks? esp. since it looks like a data sci project of sorts
the interface looks something like this
it's a pity there's no beautiful terminal
use rich module it is best
i want a terminal that treats my input as plain text and treats output as markdown or something else.
Terminals don't really do that, you can use rich to render markdown in the terminal
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.