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

Improve PyCharm and Colab notebook documentation #6599

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

MarcSkovMadsen
Copy link
Collaborator

@MarcSkovMadsen MarcSkovMadsen commented Mar 28, 2024

Closes #6567. Also adds some extra info to the Colab guide.

@MarcSkovMadsen
Copy link
Collaborator Author

MarcSkovMadsen commented Mar 28, 2024

@cdeil . I can't have PyCharm Professional installed for security reasons. Could you review and improve this PR? Thx.

doc/how_to/editor/pycharm_configure.md Outdated Show resolved Hide resolved
doc/how_to/notebook/other_nb.md Outdated Show resolved Hide resolved
@MarcSkovMadsen MarcSkovMadsen changed the title Add PyCharm and Colab notebook documentation Improve PyCharm and Colab notebook documentation Mar 28, 2024
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.01%. Comparing base (2a35d9c) to head (65a58a7).
Report is 10 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6599       +/-   ##
===========================================
- Coverage   82.98%   40.01%   -42.98%     
===========================================
  Files         313      313               
  Lines       46073    46105       +32     
===========================================
- Hits        38235    18447    -19788     
- Misses       7838    27658    +19820     
Flag Coverage Δ
ui-tests 40.01% <ø> (-0.04%) ⬇️
unitexamples-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

doc/tutorials/basic/develop_editor.md Outdated Show resolved Hide resolved
doc/tutorials/basic/develop_notebook.md Outdated Show resolved Hide resolved
doc/how_to/editor/pycharm_configure.md Outdated Show resolved Hide resolved
@cdeil
Copy link
Contributor

cdeil commented Mar 29, 2024

Actually today I can't get Panel to work in either VSCode or PyCharm notebooks if I install the latest Panel 1.4 in a fresh conda env (see https://gist.github.com/cdeil/50757a6d425c0764c266e23eee5e0329 )

I get different errors that I presume are bugs or incompatibilities in the various involved packages?

Screenshot 2024-03-29 at 12 49 21 Screenshot 2024-03-29 at 12 49 46 Screenshot 2024-03-29 at 12 45 24

Co-authored-by: Christoph Deil <Deil.Christoph@gmail.com>
@philippjfr
Copy link
Member

I get different errors that I presume are bugs or incompatibilities in the various involved packages?

Does a regular ipywidget work?

@MarcSkovMadsen
Copy link
Collaborator Author

For me Panel 1.4.0 works in VS Code. Not on first attempt but if I try again. Described in #6640.

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging as-is for now but would be nice to figure out the remaining issues in VSCode and figure out the new PyCharm issue.

@philippjfr philippjfr merged commit e040093 into main Apr 2, 2024
8 of 9 checks passed
@philippjfr philippjfr deleted the enhancement/py-charm branch April 2, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add notebook section to PyCharm guide
3 participants