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

Use ipynb extension to serialize and drop ICell #15383

Merged
merged 8 commits into from
Mar 18, 2024
Merged

Use ipynb extension to serialize and drop ICell #15383

merged 8 commits into from
Mar 18, 2024

Conversation

DonJayamanne
Copy link
Contributor

Fixes #15380

@@ -102,8 +102,8 @@ export interface IInteractiveWindow extends IInteractiveBase {
expandAllCells(): Promise<void>;
collapseAllCells(): Promise<void>;
scrollToCell(id: string): void;
exportAs(cells?: ICell[]): void;
export(cells?: ICell[]): void;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Never passed anywhere.

@@ -34,7 +33,6 @@ export type LoadIPyWidgetClassLoadAction = {
};

export enum InteractiveWindowMessages {
FinishCell = 'finish_cell',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Never used

@@ -293,34 +288,6 @@ function updateExecutionCount(arg: VariableReducerArg<{ executionCount: number }
});
}

function handleFinishCell(arg: VariableReducerArg<IFinishCell>): IVariableState {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Never used

@DonJayamanne DonJayamanne marked this pull request as ready for review March 18, 2024 15:39
@DonJayamanne DonJayamanne requested a review from amunger March 18, 2024 15:39
@vscodenpa vscodenpa added this to the March 2024 milestone Mar 18, 2024
@DonJayamanne DonJayamanne enabled auto-merge (squash) March 18, 2024 15:50
@DonJayamanne DonJayamanne merged commit 061c430 into main Mar 18, 2024
28 checks passed
@DonJayamanne DonJayamanne deleted the issue15380 branch March 18, 2024 16:26
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.

Use built in ipynb serializer to convert NotebookData to ipynb
3 participants