Skip to content

Pyforest doesn't show import lines in VSCode #48

@rohitsathish

Description

@rohitsathish

Environment

  • Operating System: Windows 10 Home
  • Python Version: Python 3.8.5
  • How did you install pyforest: pip install

Description of Issue

  • What did you expect to happen?
    Pyforest includes import lines of packages in the first cell.
  • What happened instead?
    Pyforest imports the packages and they work fine, however the imports are not included in the first cell. Hence code completions and hinting don't work for the imported packages since Pylance (language server)/Intellisense don't detect the import.

Reproduction Steps

  1. Install VSCode Insiders and Pyforest.
  2. Open a Jupyter Notebook and start writing code without import.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions