Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Export in web #10183

Closed
2 tasks done
rebornix opened this issue May 30, 2022 · 4 comments
Closed
2 tasks done

Test Export in web #10183

rebornix opened this issue May 30, 2022 · 4 comments

Comments

@rebornix
Copy link
Member

rebornix commented May 30, 2022

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.

@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug testplan-item labels May 30, 2022
@github-actions github-actions bot added the triage-needed Issue needs to be triaged label May 30, 2022
@rebornix rebornix removed bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged labels May 30, 2022
@ghost ghost assigned bpasero and brettcannon May 31, 2022
@joaomoreno joaomoreno added this to the May 2022 milestone Jun 1, 2022
@joaomoreno joaomoreno assigned joaomoreno and weinand and unassigned bpasero and joaomoreno Jun 1, 2022
@weinand weinand removed their assignment Jun 1, 2022
@rebornix
Copy link
Member Author

rebornix commented Jun 1, 2022

To continue testing, we need #10252 to be landed.

@brettcannon
Copy link
Member

@rebornix I'll hold off on testing until you give me the all clear.

@alexr00
Copy link
Member

alexr00 commented Jun 2, 2022

I'm probably just a jupyter noob, but I hit #10262 and couldn't finish testing.

@rchiodo
Copy link
Contributor

rchiodo commented Jun 2, 2022

@alexr00 my guess is your jupyter install is missing something.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants