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

add_working_with_data_docs #2567

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Conversation

claudiaregio
Copy link
Contributor

No description provided.

1. In the first cell, use the required Nuget package from above. Make sure this has it's own cell and run it.

1. Add another C# cell and use the corresponding `#!connect` command from above to establish your connection and run the cell.
- The `--kernel-name` parameter is used to alias your data connection. This is the name you'd like to refer to this connection as while you continue to work in your notebook. It will become available in the dynamic kernel picker in the bottom right of cells.
Copy link
Contributor

Choose a reason for hiding this comment

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

nit nit: The as can be dropped - "refer to this connection as while you continue"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it is needed...reads weird to me without it

docs/Using Notebooks.md/Working with Data.md Outdated Show resolved Hide resolved

>`#!share --from connection-alias` name

*Note: The kernel the variable is being shared **to** is determined by the selection of the dynamic kernel picker in the bottom right of each cell.
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Did you mean to bold the Note?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, just put an asterisk next to it. Do you think it needs to be bolded?

Copy link
Contributor

@AbhitejJohn AbhitejJohn Dec 15, 2022

Choose a reason for hiding this comment

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

Nope, I was trying to find if there is a cross-reference to a * earlier but couldn't find one, so I assumed that was something you'd want bolded. Please feel free to resolve this.


## Examples

MS SQL Example
Copy link
Contributor

Choose a reason for hiding this comment

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

consider: For someone to re-use these examples, could we also put in the code for the statements here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can upload the mini notebooks in our samples and link them here when i'm back

@colombod colombod merged commit d2ce5c0 into dotnet:main Dec 19, 2022
@colombod colombod added the Area-Documentation Improvements or additions to documentation label Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants