About 655,000 results
Open links in new tab
  1. Google Colab

    With Colab you can harness the full power of popular Python libraries to analyze and visualize data. The code cell below uses numpy to generate some random data, and uses matplotlib to visualize...

  2. Working with FilesJupyterLab 4.4.1 documentation - Read the …

    The file browser and File menu enable you to work with files and folders on your system. This includes opening, creating, deleting, renaming, downloading, copying, and sharing files and folders. The file browser is in the left sidebar Files tab:

  3. python - How to run .py codes on jupyter lab? - Stack Overflow

    Jun 30, 2019 · "...how to run these .py codes on jupyter lab comfortably." Basically the Jupyter's IPython interface allows you to do magic commands that commands within a shell. Here is the magic for python subprocess. You can use: %python -m /path/to/myfile

  4. Welcome to 101 Exercises for Python Fundamentals

    Go to your favorite search engine and search for "how to reverse a list in Python" or "how to sort a list in Python". That's how both learners and professionals find answers and examples all...

  5. Write and Save Files in Python - Google Colab

    This notebook will teach you about write the text to file in the Python Programming Language. By the end of this lab, you'll know how to write to file and copy the file. [ ]

  6. JupyterLab for an Enhanced Notebook Experience - Real Python

    JupyterLab provides you with several tools including Jupyter Notebooks, a Markdown editor, and even a text editor. You can display a wide range of files neatly and even run the Python code embedded within them. You can also move or share data between notebooks. It even offers debugging features.

  7. Project Jupyter | Try Jupyter

    Project Jupyter builds tools, standards, and services for many different use cases. This page has links to interactive demos that allow you to try some of our tools for free online, thanks to mybinder.org, a free public service provided by the Jupyter community.

  8. Read and write files with Jupyter Notebooks - a long, random …

    Sep 14, 2020 · We will go through 4 common file formats for business data: CSV, SQL queries, Excel, and text. 1. Comma-separated (CSV) files. Most often, you’ll work with CSV files.

  9. Importing .py files in Google Colab - Stack Overflow

    Oct 13, 2020 · Based on the answer by Korakot Chaovavanich, I created the function below to download all files needed within a Colab instance. _files = files.upload() if len(_files) >0: for k,v in _files.items(): open(k,'wb').write(v) You can then use the usual 'import' statement to import your local files in Colab. I hope this helps. We can do so.

  10. How to work with pure python file (.py) - JupyterLab - Jupyter ...

    May 18, 2020 · Another option is to open the .py files in JupyterLab in the code editor. You can run snippets from the files interactively in an associated console. Best practices of course depends on what you are trying to do with them.

  11. Some results have been removed
Refresh