Skip to content

Test Export in web #10183

@rebornix

Description

@rebornix

Refs: #9996

Complexity: 3

Create Issue


Requirements

Set up

  1. Go to a command prompt where you've installed jupyter into a python environment
  2. Switch to a folder you're using for testing
  3. Run jupyter with the following command jupyter notebook --no-browser --NotebookApp.allow_origin=*

Test Steps

  1. Open insiders.vscode.dev and create a new ipynb file
  2. Open the file (which should open it in notebook editor)
  3. Create a few cells
  4. Connet to the jupyter server:
    1. Run the 'Jupyter: Specify jupyter server for connections' command, or use the link from the IW's info message
    2. Pick 'Existing'
    3. Paste the URL from the jupyter notebook server you started in step 3 of the setup
  5. Run a few cells from the notebook file
  6. Open command palette and then search for commands: Jupyter: Export to HTML, Jupyter: Export to Python and Jupyter: Export to PDF

Please test you can run those commands and have files saved into the workspace after the file successfully run. Note that exporting to PDF requires latex packages installed on your machine, it's fine it doesn't work but expect the error messages are intuitive.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions