Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 18, 2024
1 parent c22cdcf commit 0cf3229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactive-window/editor-integration/cellFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { createJupyterCellFromVSCNotebookCell } from '../../kernels/execution/he
import { appendLineFeed, parseForComments, generateMarkdownFromCodeLines } from '../../platform/common/utils';
import { splitLines } from '../../platform/common/helpers';
import { isSysInfoCell } from '../systemInfoCell';
import { getCellMetadata } from '../../platform/common/utils/jupyter';

export function uncommentMagicCommands(line: string): string {
// Uncomment lines that are shell assignments (starting with #!),
Expand Down

0 comments on commit 0cf3229

Please sign in to comment.