Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
formix committed Jul 16, 2024
1 parent d805ae4 commit fcc0b24
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _posts/2024-07-12-howto-export-colab-for-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,14 @@ To run your notebook, you need to activate a Python runtime:

Now you're ready to run your notebook:

1. You can run individual cells by clicking the play button next to each cell or by using the keyboard shortcut Shift+Enter.
1. You can run individual cells by clicking the play button next to each cell or using the keyboard shortcut Shift+Enter.
2. To run all cells, you can use the "Run All" button at the top of the notebook or in the command palette (Ctrl+Shift+P, then search for "Run All").

## Advanced: Need More Computational Power?

While running notebooks locally in VS Code gives you more control over your environment, you might find yourself needing more computational power, especially for intensive machine learning tasks. If you're looking for alternatives to Colab's free GPUs, consider exploring GPU rental services like [RunPod](https://runpod.io?ref=7su8gs12) and [Vast.ai](https://cloud.vast.ai/?ref_id=145250). These platforms offer affordable GPU rentals on an hourly basis, allowing you to scale your resources based on your project requirements.


## Conclusion

By following these steps, you can successfully run your Google Colab notebooks in Visual Studio Code. This allows you to leverage the power of VS Code's extensive feature set while working with your familiar Jupyter notebooks. Remember that when running notebooks locally, you'll be using your own machine's resources instead of Colab's. This approach gives you more control over your development environment and allows you to work offline, making it an excellent option for many data science and machine learning projects.

0 comments on commit fcc0b24

Please sign in to comment.