Previous guided projects were in Jupyter notebook, but Predicting the stock market has a new interface with an editor/terminal.
When creating new posts, it’s better to share the link to that Mission.
I attempted to learn the new interface from that link, but still got lost
I would recommend asking specific questions (in new posts, if possible). Because there are step-by-step instructions which help us get comfortable with using this new interface.
There are essentially only two important details you should know based on the instructions (from what I have seen so far)
The Editor, and the Terminal.
We have previously worked with the terminal when going through the command line interface Missions.
And the editor, allows you to create, edit, download, and restore files.
You can see, in the Working with Data Downloads
first step, there is a read.py
file being shown on the left side of the Editor
-
There is also a zipped folder there in that directory. To unzip
that folder, you will have to switch to the Terminal and use the CLI.
And on the right side of the Editor
, you can add content to that specific file, like code, since it’s a Python file -
That’s mostly the basics of it. If you still have any confusion, then feel free to ask specific questions.
When I attempted to access the previous missions leading up to Working with Data Downloads I couldn’t figure out how to access them
You can click on Dashboard
in the top-left of the Mission page, and navigate to the rest to the Steps/Missions in that Path.