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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial walk-through 馃帴 #606

Closed
yetudada opened this issue Nov 12, 2020 · 5 comments
Closed

Tutorial walk-through 馃帴 #606

yetudada opened this issue Nov 12, 2020 · 5 comments
Labels
pinned Issue shouldn't be closed by stale bot

Comments

@yetudada
Copy link
Contributor

Description

We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:

Please talk us through what you're trying to do, so maintain sound on and then remember to send us the link to the recording if you upload it on Google Drive or Box 馃帴 . You might even want to try use a new dataset, or do a different example, in this case then please check out #541.

Context

This is not a test of your Python abilities at all. It's focused on really evaluating how easy Kedro is to use. If you struggle with points then it likely means we have some to work to do with making it easier.

@navh
Copy link

navh commented Mar 29, 2021

I recorded myself wandering through the Space Flight Tutorial. I'd already started once so you don't get to see me struggling to get conda to cooperate. No real problems other than tripping over whitespace problems a couple of times. Great tutorial, thanks for putting it together :)

@stale
Copy link

stale bot commented May 28, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 28, 2021
@yetudada yetudada added the pinned Issue shouldn't be closed by stale bot label Jun 1, 2021
@stale stale bot removed the stale label Jun 1, 2021
@WaylonWalker
Copy link
Contributor

WaylonWalker commented Jun 4, 2021

I started the spaceflights tutorial this morning, before I even had my coffee.

https://www.twitch.tv/videos/1045469259


Notes

  • I think I completely botched it as I started with the starter rather than an empty kedro new
  • initial push to non-main branch makes that branch default
  • no virtual environment was suggested

Adding the following line caused pyright to complain that create_pipeline was not used. This is more on pyright as it should respect #NOQA

from .pipeline import create_pipeline  # NOQA

A better way might be the following.

__all__ = ['create_pipeline']
from .pipeline import create_pipeline  # NOQA

Note: Following the tutorial I ended up pushing to feature/project-template before main

image

I'll continue in another session. I spent way too long creating a virtual environment while recording.

@WaylonWalker
Copy link
Contributor

I had my mic on mute 2x but finished the tutorial regardless.

https://www.twitch.tv/videos/1048621738


Notes

At the end I converted all the imports to use find-kedro

@yetudada
Copy link
Contributor Author

yetudada commented Dec 5, 2022

I'm going to close this issue in favour of #2091. We're going to prioritise interventions. Thank you so much @WaylonWalker and @navh!

@yetudada yetudada closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned Issue shouldn't be closed by stale bot
Projects
None yet
Development

No branches or pull requests

4 participants