Replies: 1 comment 5 replies
-
@myusrn VS Code's notebook support should be able to work with existing jupyter kernels. If you install something like bash kernel that should show up as a kernel option in the notebook interface. Have you tried this already and it's not working? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
When doing offensive security penetration testing work there is a need to document thinking intermixed with bash shell commands and code used to enumerate, exploit and escalate privileges in a given environment. This allows others to make sense of what you did and easily step through the process on their system to reproduce the results.
I see this as being very similar to how when doing data science work you need to document thinking intermixed with R or Python interpreter code that captures how you arrived at your results and allow others to easily reproduce them.
Describe the solution or feature you'd like
I would like to have a vscode jupyter notebook story for a bash shell language kernel option to enable authoring notebooks where code cells execute bash commands in a localhost or localhost wsl [ windows subsystem for linux ] distro or remote over ssh distro bash shell terminal.
Describe alternatives you've considered
I've done searches to see if anyone has defined a manual way of hacking the vscode jupyter notebook experience to support a bash shell language kernel and haven't found any solution.
Additional context
None at this time. Asked this similar feature question over in the azure data studio repo given it appears to be vscode derivative natively focused on jupyter notebook authoring and execution scenarios.
Beta Was this translation helpful? Give feedback.
All reactions