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

"Search" doesn't work inside interactive HTML reports #143917

Closed
minsa110 opened this issue Feb 24, 2022 · 2 comments
Closed

"Search" doesn't work inside interactive HTML reports #143917

minsa110 opened this issue Feb 24, 2022 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster notebook-find

Comments

@minsa110
Copy link

minsa110 commented Feb 24, 2022

Environment data

  • VS Code Version: 1.65.0-insider (user setup)
  • Commit: eeeab30
  • Jupyter Extension version (available under the Extensions sidebar): v2022.2.1010561006
  • Python Extension version (available under the Extensions sidebar): v2022.1.1854775815-dev
  • OS (Windows | Mac | Linux distro) and version: Windows_NT x64 10.0.22000
  • Python and/or Anaconda version: 4.11.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
  • Jupyter server running: Local

Expected behaviour

  1. Ctrl + F
  2. Perform a string search
  3. Expect to search in the entire notebook, including interactive HTML reports

Actual behaviour

Does not search inside interactive HTML reports (for my case, it didn't search inside pandas profiling)

Steps to reproduce:

On this notebook: https://github.com/minsa110/titanic/blob/main/titanic.ipynb

Under "Data Exploration", doesn't search the result of this cell:
pandas_profiling.ProfileReport(titanic_df)

@minsa110 minsa110 added bug Issue identified by VS Code Team member as probable bug nb-golden labels Feb 24, 2022
@greazer greazer transferred this issue from microsoft/vscode-jupyter Feb 24, 2022
@rebornix
Copy link
Member

rebornix commented Mar 3, 2022

Did you enable search in output?

image

@rebornix rebornix added info-needed Issue requires more information from poster and removed bug Issue identified by VS Code Team member as probable bug labels Mar 3, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster notebook-find
Projects
None yet
Development

No branches or pull requests

4 participants
@rebornix @minsa110 @greazer and others